summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-07-01 11:52:32 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-07-01 11:52:32 (GMT)
commit89c6b83ee22ceb009c26c826cc4158d179312434 (patch)
treefdd6e47a9e0f8a83f65465999d0145cf7aba7b60 /src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp
parentfdc1359a81b983a3e4f138d11ce44f07cf38099d (diff)
parent86608d537eabc3cf7e1d1ddd1d0a2f90ccc2de2a (diff)
downloadQt-89c6b83ee22ceb009c26c826cc4158d179312434.zip
Qt-89c6b83ee22ceb009c26c826cc4158d179312434.tar.gz
Qt-89c6b83ee22ceb009c26c826cc4158d179312434.tar.bz2
Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt-doc-team
* '4.7' of git://scm.dev.nokia.troll.no/qt/qt-doc-team: Doc: Clarified the range of return values from QLineF::angle(). Doc: Fixed \since declarations. Doc: Standardized on QtQuick for \since declarations. Doc: Removed whitespace. Modified \since command behavior slightly to handle project and version.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp b/src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp
index b7fcbb5..fb1bdf6 100644
--- a/src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeanimatedimage.cpp
@@ -88,7 +88,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmlproperty bool AnimatedImage::cache
- \since Quick 1.1
+ \since QtQuick 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,
@@ -97,7 +97,7 @@ QT_BEGIN_NAMESPACE
/*!
\qmlproperty bool AnimatedImage::mirror
- \since Quick 1.1
+ \since QtQuick 1.1
This property holds whether the image should be horizontally inverted
(effectively displaying a mirrored image).