aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt/data/btoa.qml
blob: 0ecd01d2840bab0c50649a9ff838fde1cc67e14d (plain)
1
2
3
4
5
6
import QtQuick 2.0

QtObject {
    property string test1: Qt.btoa()
    property string test2: Qt.btoa("Hello world!")
}