import QtQuick 2.0

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

