summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxanimatedimageitem.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-01 05:39:07 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-05-01 05:39:07 (GMT)
commitc1830b72bc64cca5d5110ce084b580022ac8d3a0 (patch)
treedc2acd520574da78a92ac30e2414cd7201f6b70d /src/declarative/fx/qfxanimatedimageitem.cpp
parent2d167da27db0de589a6d72b5cfb97f1faa273bb7 (diff)
downloadQt-c1830b72bc64cca5d5110ce084b580022ac8d3a0.zip
Qt-c1830b72bc64cca5d5110ce084b580022ac8d3a0.tar.gz
Qt-c1830b72bc64cca5d5110ce084b580022ac8d3a0.tar.bz2
doc
Diffstat (limited to 'src/declarative/fx/qfxanimatedimageitem.cpp')
-rw-r--r--src/declarative/fx/qfxanimatedimageitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxanimatedimageitem.cpp b/src/declarative/fx/qfxanimatedimageitem.cpp
index 5a495e9..7a1cb7f 100644
--- a/src/declarative/fx/qfxanimatedimageitem.cpp
+++ b/src/declarative/fx/qfxanimatedimageitem.cpp
@@ -66,7 +66,7 @@ QT_BEGIN_NAMESPACE
\row
\o \image animatedimageitem.gif
\o
- \code
+ \qml
Item {
width: anim.width; height: anim.height+8
AnimatedImage { id: anim; source: "pics/games-anim.gif" }
@@ -74,7 +74,7 @@ Item {
x: (anim.width-width)*anim.currentFrame/(anim.frameCount-1)
}
}
- \endcode
+ \endqml
\endtable
*/
QML_DEFINE_TYPE(QFxAnimatedImageItem, AnimatedImage);