aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/failThree.qml
blob: fa720a64eb3cbee3e31418592f825703b9216486 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

import "testModuleImport.js" as TestModuleImport

QtObject {
    id: testQtObject
    property int importedModuleAttachedPropertyValue: testQtObject.TestModuleImport.JsQtTest.MyQmlObject.value // should fail - the context of TestScriptImport is private to TestScriptImport.
}