aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/snippets/qml/animatedimage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/snippets/qml/animatedimage.qml')
-rw-r--r--src/quick/doc/snippets/qml/animatedimage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/snippets/qml/animatedimage.qml b/src/quick/doc/snippets/qml/animatedimage.qml
index d2f778e030..f6e8d027ea 100644
--- a/src/quick/doc/snippets/qml/animatedimage.qml
+++ b/src/quick/doc/snippets/qml/animatedimage.qml
@@ -49,7 +49,7 @@ Rectangle {
AnimatedImage { id: animation; source: "animation.gif" }
- Rectangle {
+ Rectangle {
property int frames: animation.frameCount
width: 4; height: 8