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

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