aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally_lib.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeqt/data/openUrlExternally_lib.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeqt/data/openUrlExternally_lib.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally_lib.qml b/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally_lib.qml
deleted file mode 100644
index 4bf584d134..0000000000
--- a/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally_lib.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick 2.0
-import "openUrlExternally_lib.js" as Test
-
-Item {
- Component.onCompleted: Test.loadTest();
-
- property bool testFile
- onTestFileChanged: Test.loadFile();
-}