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

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