aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcontext/data/C.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlcontext/data/C.qml')
-rw-r--r--tests/auto/qml/qqmlcontext/data/C.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlcontext/data/C.qml b/tests/auto/qml/qqmlcontext/data/C.qml
new file mode 100644
index 0000000000..6afd23aa6c
--- /dev/null
+++ b/tests/auto/qml/qqmlcontext/data/C.qml
@@ -0,0 +1,6 @@
+import QtQml
+
+QtObject {
+ id: outer
+ objectName: "the" + "C"
+}