aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlbundle/data/bundleImport/bundledata/MyType.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlbundle/data/bundleImport/bundledata/MyType.qml')
-rw-r--r--tests/auto/qml/qqmlbundle/data/bundleImport/bundledata/MyType.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/qml/qqmlbundle/data/bundleImport/bundledata/MyType.qml b/tests/auto/qml/qqmlbundle/data/bundleImport/bundledata/MyType.qml
deleted file mode 100644
index c473560849..0000000000
--- a/tests/auto/qml/qqmlbundle/data/bundleImport/bundledata/MyType.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.0
-
-QtObject {
- property real test1: 1918
- property string test2: "Hello world!"
-}