aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qquickanimatedimage.cpp
diff options
context:
space:
mode:
authorDamian Jansen <damian.jansen@nokia.com>2011-11-04 15:32:58 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-07 01:03:37 +0100
commitcd483db1be2ef7cd5c768fa37c7f8333b04e84b1 (patch)
treed64ab50d5b92071b5033574d4ae4b5aa8191b273 /src/declarative/items/qquickanimatedimage.cpp
parent3e84e81da776234bf62570b439f1e21848f83c4b (diff)
Documentation fixes
Change-Id: If30f98aafcedc5119e305dcb48b610a459780344 Reviewed-by: Thorbjørn Lund Martsum Reviewed-by: Glenn Watson <glenn.watson@nokia.com>
Diffstat (limited to 'src/declarative/items/qquickanimatedimage.cpp')
-rw-r--r--src/declarative/items/qquickanimatedimage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/items/qquickanimatedimage.cpp b/src/declarative/items/qquickanimatedimage.cpp
index d4b08dd4f4..3a11bb4f64 100644
--- a/src/declarative/items/qquickanimatedimage.cpp
+++ b/src/declarative/items/qquickanimatedimage.cpp
@@ -62,7 +62,7 @@ QT_BEGIN_NAMESPACE
a way to play animations stored as images containing a series of frames,
such as those stored in GIF files.
- Information about the current frame and totla length of the animation can be
+ Information about the current frame and total length of the animation can be
obtained using the \l currentFrame and \l frameCount properties. You can
start, pause and stop the animation by changing the values of the \l playing
and \l paused properties.
@@ -110,7 +110,7 @@ QT_BEGIN_NAMESPACE
Note that this property is only valid for images read from the
local filesystem. Images loaded via a network resource (e.g. HTTP)
- are always loaded asynchonously.
+ are always loaded asynchronously.
*/
/*!