diff options
author | Tarja Sundqvist <[email protected]> | 2024-11-22 10:46:11 +0200 |
---|---|---|
committer | Tarja Sundqvist <[email protected]> | 2024-11-22 10:46:11 +0200 |
commit | 64364dbe06b46e5f355c3b2a6684a3eae4f54a7a (patch) | |
tree | b501b88601bbda604da2adac9307c47b6d3733b2 /tests/auto/qml/qqmllanguage/data/deepAliasOnICUser.qml | |
parent | 6b64e58767c6dd32a29a261e3327fa88b5613621 (diff) | |
parent | 4d94cd012575956a7633fc19d87059f7a8e0dda2 (diff) |
Merge tag 'v6.2.11-lts' into tqtc/lts-6.2-opensource
Qt 6.2.11-lts release
Conflicts solved:
dependencies.yaml
Change-Id: I088fe99748b323fbdf49c3766c262eb2a05131d9
Diffstat (limited to 'tests/auto/qml/qqmllanguage/data/deepAliasOnICUser.qml')
-rw-r--r-- | tests/auto/qml/qqmllanguage/data/deepAliasOnICUser.qml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmllanguage/data/deepAliasOnICUser.qml b/tests/auto/qml/qqmllanguage/data/deepAliasOnICUser.qml new file mode 100644 index 0000000000..50eaa7c3e2 --- /dev/null +++ b/tests/auto/qml/qqmllanguage/data/deepAliasOnICUser.qml @@ -0,0 +1,9 @@ +import QtQml + +DeepAliasOnIC { + borderObjectName: "theLeaf" + borderColor: "black" + borderVarvar: "mauve" +} + + |