summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-09-02 07:29:55 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-09-02 07:29:55 (GMT)
commitb22697903a004fa947bae916a152ac3311346510 (patch)
tree4639df95de79474e3c5089d89f3de28964b73129 /src/declarative/util
parentb6d47ea4872e188d8da6886cb1922f1a89245825 (diff)
parent63eab5ef720936dbb5ee76686c6558e18a79e587 (diff)
downloadQt-b22697903a004fa947bae916a152ac3311346510.zip
Qt-b22697903a004fa947bae916a152ac3311346510.tar.gz
Qt-b22697903a004fa947bae916a152ac3311346510.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qdeclarativeanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativeanimation.cpp b/src/declarative/util/qdeclarativeanimation.cpp
index 267642d..3c09747 100644
--- a/src/declarative/util/qdeclarativeanimation.cpp
+++ b/src/declarative/util/qdeclarativeanimation.cpp
@@ -332,7 +332,7 @@ void QDeclarativeAbstractAnimation::setAlwaysRunToEnd(bool f)
stopped - either by setting the \c running property to false, or by calling
the \c stop() method.
- In the following example, the rectangle will spin indefinately.
+ In the following example, the rectangle will spin indefinitely.
\code
Rectangle {