Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeqt / data / atob.qml
1 import QtQuick 1.0
2
3 QtObject {
4     property string test1: Qt.atob()
5     property string test2: Qt.atob("SGVsbG8gd29ybGQh")
6 }
7