diff options
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/curlygrouped.qml')
| -rw-r--r-- | tests/auto/qml/qmlcppcodegen/data/curlygrouped.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/curlygrouped.qml b/tests/auto/qml/qmlcppcodegen/data/curlygrouped.qml new file mode 100644 index 0000000000..0f0e8c03f2 --- /dev/null +++ b/tests/auto/qml/qmlcppcodegen/data/curlygrouped.qml @@ -0,0 +1,7 @@ +pragma Strict +import QtQuick + +Item { + Item { id: foo } + anchors { left: foo.left } +} |
