aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltimer/dummy_imports.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmltimer/dummy_imports.qml')
-rw-r--r--tests/auto/qml/qqmltimer/dummy_imports.qml9
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/auto/qml/qqmltimer/dummy_imports.qml b/tests/auto/qml/qqmltimer/dummy_imports.qml
index f78e04d489..e189da6689 100644
--- a/tests/auto/qml/qqmltimer/dummy_imports.qml
+++ b/tests/auto/qml/qqmltimer/dummy_imports.qml
@@ -1,9 +1,8 @@
// This file exists for the sole purpose for qmlimportscanner to find
// which modules it needs to extract for deployment.
-// Otherwise, it fails to find the imports that are expressed in the
-// C++ code belonging to the test.
+// Otherwise, it fails to find the imports that are expressed in C++.
-import QtQml 2.0
-import QtQuick 2.0
+import QtQml
+import QtQuick
-QtObject { } // This is needed in order to keep importscanner happy
+QtObject { }