summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick3d/quick3dnodeinstantiator/data/createMultiple.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick3d/quick3dnodeinstantiator/data/createMultiple.qml')
-rw-r--r--tests/auto/quick3d/quick3dnodeinstantiator/data/createMultiple.qml12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/auto/quick3d/quick3dnodeinstantiator/data/createMultiple.qml b/tests/auto/quick3d/quick3dnodeinstantiator/data/createMultiple.qml
index 67c1e4fe7..c1f3b21ed 100644
--- a/tests/auto/quick3d/quick3dnodeinstantiator/data/createMultiple.qml
+++ b/tests/auto/quick3d/quick3dnodeinstantiator/data/createMultiple.qml
@@ -1,10 +1,12 @@
import QtQml 2.1
import Qt3D.Core 2.0
-NodeInstantiator {
- model: 10
- delegate: Entity {
- property bool success: true
- property int idx: index
+Entity {
+ NodeInstantiator {
+ model: 10
+ delegate: Entity {
+ property bool success: true
+ property int idx: index
+ }
}
}