Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / importScope.2.js
1 function getValue() {
2     return ImportScope1.value
3 }