aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/foreignSingleton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmllanguage/data/foreignSingleton.qml')
-rw-r--r--tests/auto/qml/qqmllanguage/data/foreignSingleton.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmllanguage/data/foreignSingleton.qml b/tests/auto/qml/qqmllanguage/data/foreignSingleton.qml
new file mode 100644
index 0000000000..1649df6a25
--- /dev/null
+++ b/tests/auto/qml/qqmllanguage/data/foreignSingleton.qml
@@ -0,0 +1,6 @@
+import QtQml 2.0
+import StaticTest 1.0
+
+QtObject {
+ property int number: ForeignSingleton.number
+}