aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/states/states.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/animation/states/states.qml')
-rw-r--r--examples/quick/animation/states/states.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/quick/animation/states/states.qml b/examples/quick/animation/states/states.qml
index 7ca56a9295..b92ba1b313 100644
--- a/examples/quick/animation/states/states.qml
+++ b/examples/quick/animation/states/states.qml
@@ -86,6 +86,7 @@ Rectangle {
}
states: [
+ // ![0]
// In state 'middleRight', move the image to middleRightRect
State {
name: "middleRight"
@@ -97,5 +98,6 @@ Rectangle {
name: "bottomLeft"
PropertyChanges { target: userIcon; x: bottomLeftRect.x; y: bottomLeftRect.y }
}
+ // ![0]
]
}