aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/Example1.formatted.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/data/Example1.formatted.qml')
-rw-r--r--tests/auto/qml/qmlformat/data/Example1.formatted.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/qml/qmlformat/data/Example1.formatted.qml b/tests/auto/qml/qmlformat/data/Example1.formatted.qml
index 5f12517781..fdc0b1f68c 100644
--- a/tests/auto/qml/qmlformat/data/Example1.formatted.qml
+++ b/tests/auto/qml/qmlformat/data/Example1.formatted.qml
@@ -3,19 +3,19 @@
2. Goodbye
*/
-import A.B.B.A
-import A.LLOHA
// Importing this is very important
import QtQuick 5.15
// Muddling the waters!
import QtQuick.Models 3.14 as muddle
+// Importing that is important too
+import Z
import That
import This // THIS IS VERY IMPORTANT!
-import X.Y
-import X.Z
import Y
-// Importing that is important too
-import Z
+import X.Z
+import X.Y
+import A.LLOHA
+import A.B.B.A
// This comment is related to Item
Item {