Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / importScope.qml
1 import QtQuick 2.0
2 import "importScope.1.js" as ImportScope1
3 import "importScope.2.js" as ImportScope2
4
5 QtObject {
6     property int test: ImportScope2.getValue()
7 }