aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlincubator/data/forceCompletion.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlincubator/data/forceCompletion.qml')
-rw-r--r--tests/auto/qml/qqmlincubator/data/forceCompletion.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlincubator/data/forceCompletion.qml b/tests/auto/qml/qqmlincubator/data/forceCompletion.qml
new file mode 100644
index 0000000000..9b76701c1b
--- /dev/null
+++ b/tests/auto/qml/qqmlincubator/data/forceCompletion.qml
@@ -0,0 +1,9 @@
+import QtQuick 2.0
+import Qt.test 1.0
+
+Item {
+ property int testValue: 3499
+ SelfRegistering {
+ property int testValue2: 19
+ }
+}