Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmllanguage / data / multiSet.1.qml
1 import Test 1.0
2
3 MyTypeObject {
4     intProperty: 10
5     intProperty: 11
6 }
7