diff options
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/array.qml')
-rw-r--r-- | tests/auto/qml/qmlcppcodegen/data/array.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/array.qml b/tests/auto/qml/qmlcppcodegen/data/array.qml new file mode 100644 index 0000000000..8ea957ea73 --- /dev/null +++ b/tests/auto/qml/qmlcppcodegen/data/array.qml @@ -0,0 +1,6 @@ +import QML + +QtObject { + property var values1: [1, 2, 3] + property var values2: [] +} |