qtdeclarative/tests/auto/qml/qmlcppcodegen/data/MyObject.qml

6 lines
57 B
QML

import QtQuick
QtObject {
property var foo: "bla"
}