aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/interception/module/intercepted/Intercepted.qml
blob: 5416ef5dccb6cf84379b455d16e3038f78a122bb (plain)
1
2
3
4
5
6
7
8
9
import QtQml 2.0

QtObject {
    property url filePath: "doesNotExist.file"
    property url resolvedUrl: Qt.resolvedUrl("doesNotExist.file");
    property url absoluteUrl: Qt.resolvedUrl("file:///doesNotExist.file");
    property string childString: "intercepted"
    property string scriptString: "intercepted"
}