blob: 0ecd01d2840bab0c50649a9ff838fde1cc67e14d [file] [log] [blame]
import QtQuick 2.0
QtObject {
property string test1: Qt.btoa()
property string test2: Qt.btoa("Hello world!")
}