aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeqt/data/openUrlExternally.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeqt/data/openUrlExternally.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally.qml b/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally.qml
deleted file mode 100644
index 37b9f513d9..0000000000
--- a/tests/auto/declarative/qdeclarativeqt/data/openUrlExternally.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 2.0
-
-QtObject {
- Component.onCompleted: Qt.openUrlExternally("test:url")
-
- property bool testFile
- onTestFileChanged: Qt.openUrlExternally("test.html")
-}