aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml')
-rw-r--r--tests/auto/qml/qmllint/data/ImportWithPrefix.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/ImportWithPrefix.qml b/tests/auto/qml/qmllint/data/ImportWithPrefix.qml
index 6d070da21a..e42a052187 100644
--- a/tests/auto/qml/qmllint/data/ImportWithPrefix.qml
+++ b/tests/auto/qml/qmllint/data/ImportWithPrefix.qml
@@ -1,5 +1,7 @@
+import QtQml
import "." as MyStuff
MyStuff.Simple {
property bool something: contains(Qt.point(12, 34))
+ property int other: Qt.AlignBottom
}