summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/btoa.qml
blob: c2993ffc2baabbf99202cf5b5ec06b7ceddef306 (plain)
1
2
3
4
5
6
import Qt 4.7

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