summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick3d/quick3dnodeinstantiator/data/createSingle.qml
blob: 2816310ec25ceacd4898e501e2bfad87d001abee (plain)
1
2
3
4
5
6
7
8
9
import QtQml 2.1
import Qt3D 2.0

NodeInstantiator {
    Entity {
        property bool success: true
        property int idx: index
    }
}