Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / unsupportedProperty.qml
1 import Test 1.0
2 MyQmlObject {
3     matrix: "1,0,0,0,1,0,0,0,1"
4 }