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

QtObject {
    property string test1: Qt.atob()
    property string test2: Qt.atob("SGVsbG8gd29ybGQh")
}