aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/Annotations.formatted.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/data/Annotations.formatted.qml')
-rw-r--r--tests/auto/qml/qmlformat/data/Annotations.formatted.qml17
1 files changed, 6 insertions, 11 deletions
diff --git a/tests/auto/qml/qmlformat/data/Annotations.formatted.qml b/tests/auto/qml/qmlformat/data/Annotations.formatted.qml
index 92cbeb55f7..019b7f0141 100644
--- a/tests/auto/qml/qmlformat/data/Annotations.formatted.qml
+++ b/tests/auto/qml/qmlformat/data/Annotations.formatted.qml
@@ -10,17 +10,14 @@ import QtCharts 2.0
@Pippo {
atg1: 3
}
-@Annotation2 {
-}
+@Annotation2 {}
Item {
- @Annotate {
- }
+ @Annotate {}
anchors.fill: parent
@AnnotateMore {
property int x: 5
}
- @AnnotateALot {
- }
+ @AnnotateALot {}
property variant othersSlice: 0
//![1]
@@ -79,19 +76,17 @@ Item {
@BindingAnn {
bType: 2
}
- val2: Item {
- }
+ val2: Item {}
@BindingAnn {
bType: 3
}
val3: [
- Item {
- }
+ Item {}
]
@BindingAnn {
bType: 4
}
- Animation on val {
+ Animation on val {
duration: 34
}
}