aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsmanagedvalue/dummy_imports.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qjsmanagedvalue/dummy_imports.qml')
-rw-r--r--tests/auto/qml/qjsmanagedvalue/dummy_imports.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qjsmanagedvalue/dummy_imports.qml b/tests/auto/qml/qjsmanagedvalue/dummy_imports.qml
index 1cc20b8aba..afe2b33adf 100644
--- a/tests/auto/qml/qjsmanagedvalue/dummy_imports.qml
+++ b/tests/auto/qml/qjsmanagedvalue/dummy_imports.qml
@@ -1,7 +1,7 @@
// 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 C++
+// Otherwise, it fails to find the imports that are expressed in C++.
import QtQml
-QtObject { } // This is needed in order to keep importscanner happy
+QtObject { }