diff options
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/compositesingleton.qml')
| -rw-r--r-- | tests/auto/qml/qmlcppcodegen/data/compositesingleton.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/compositesingleton.qml b/tests/auto/qml/qmlcppcodegen/data/compositesingleton.qml new file mode 100644 index 0000000000..42db13154e --- /dev/null +++ b/tests/auto/qml/qmlcppcodegen/data/compositesingleton.qml @@ -0,0 +1,8 @@ +import QtQml +import QmlBench + +QtObject { + property real x: Globals.realProp + property real y: Globals.intProp + property bool smooth: Globals.boolProp +} |
