Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmllanguage / data / nonexistantProperty.2.qml
1 import Test 1.0
2 MyQmlObject {
3     something: 24
4 }