aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/jsimportfail/failOne.qml
blob: d0c37ad9baea29ebb0337263270e048aa4e436fe (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

import "testScriptImport.js" as TestScriptImport

QtObject {
    property string importScriptFunctionValue: TestScriptImport.ImportOneJs.greetingString() // should fail - the context of TestScriptImport is private to TestScriptImport.
}