import QtQml 2.0

QtObject {
    property int testProperty: 42
}
