summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick3d/quick3dnodeinstantiator/data/createSingle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick3d/quick3dnodeinstantiator/data/createSingle.qml')
-rw-r--r--tests/auto/quick3d/quick3dnodeinstantiator/data/createSingle.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/quick3d/quick3dnodeinstantiator/data/createSingle.qml b/tests/auto/quick3d/quick3dnodeinstantiator/data/createSingle.qml
new file mode 100644
index 000000000..2816310ec
--- /dev/null
+++ b/tests/auto/quick3d/quick3dnodeinstantiator/data/createSingle.qml
@@ -0,0 +1,9 @@
+import QtQml 2.1
+import Qt3D 2.0
+
+NodeInstantiator {
+ Entity {
+ property bool success: true
+ property int idx: index
+ }
+}