aboutsummaryrefslogtreecommitdiffstats
path: root/src/qtquick1/graphicsitems
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2011-07-26 12:43:25 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-26 04:45:38 +0200
commit6d2c0aa9f6a0c3e1f21d3ab2abbe2b7e4e778cc4 (patch)
treee300f4554f2e4e21a5267595affc04132abad208 /src/qtquick1/graphicsitems
parentdb518399a2422f6dcd8f2a98ec21bce91267afa7 (diff)
Fixes AnimatedImage documentation
Animated images are not cached or shared internally. Task-number: QTBUG-14847 Change-Id: I0b9362a4ff9299b4c18057fb6f005925386f48d1 Reviewed-on: http://codereview.qt.nokia.com/2143 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'src/qtquick1/graphicsitems')
-rw-r--r--src/qtquick1/graphicsitems/qdeclarativeanimatedimage.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/qtquick1/graphicsitems/qdeclarativeanimatedimage.cpp b/src/qtquick1/graphicsitems/qdeclarativeanimatedimage.cpp
index ac7234473f..b1866e419b 100644
--- a/src/qtquick1/graphicsitems/qdeclarativeanimatedimage.cpp
+++ b/src/qtquick1/graphicsitems/qdeclarativeanimatedimage.cpp
@@ -83,6 +83,8 @@ QT_BEGIN_NAMESPACE
about its state, such as the current frame and total number of frames.
The result is an animated image with a simple progress indicator underneath it.
+ \bold Note: Unlike images, animated images are not cached or shared internally.
+
\clearfloat
\snippet doc/src/snippets/declarative/animatedimage.qml document
@@ -116,15 +118,6 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty bool QtQuick1::AnimatedImage::cache
- \since Quick 1.1
-
- Specifies whether the image should be cached. The default value is
- true. Setting \a cache to false is useful when dealing with large images,
- to make sure that they aren't cached at the expense of small 'ui element' images.
-*/
-
-/*!
\qmlproperty bool QtQuick1::AnimatedImage::mirror
\since Quick 1.1