Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / vector3d_write.qml
1 import Test 1.0
2
3 MyTypeObject {
4     vector.x: if (true) -0.3
5     vector.y: if (true) -12.9
6     vector.z: if (true) 907.4
7 }
8