diff options
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/anchorsFill.qml')
| -rw-r--r-- | tests/auto/qml/qmlcppcodegen/data/anchorsFill.qml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/anchorsFill.qml b/tests/auto/qml/qmlcppcodegen/data/anchorsFill.qml new file mode 100644 index 0000000000..3d18a40434 --- /dev/null +++ b/tests/auto/qml/qmlcppcodegen/data/anchorsFill.qml @@ -0,0 +1,12 @@ +import QtQuick + +Item { + width: 234 + Item { + anchors.fill: parent + } + + Item { + width: 47 + } +} |
