aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/btoa.qml
blob: 63b58c07b4bcd36f1c383d5b92ba6a500c68e4c6 (plain)
1
2
3
4
5
6
import QtQuick 1.0

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