summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-03-16 05:49:27 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-03-16 05:49:27 (GMT)
commita32cd00668076674b6968b821d4b7377c95ddee9 (patch)
tree6b8e7f83a5b5e5c1bd0106faf6b465d3f9fc3132 /src
parent31e06818aaf65150f61107f112b305cfd8585710 (diff)
downloadQt-a32cd00668076674b6968b821d4b7377c95ddee9.zip
Qt-a32cd00668076674b6968b821d4b7377c95ddee9.tar.gz
Qt-a32cd00668076674b6968b821d4b7377c95ddee9.tar.bz2
Update more animation on property value source docs.
Diffstat (limited to 'src')
-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 009e07f..49206b7 100644
--- a/src/declarative/util/qdeclarativeanimation.cpp
+++ b/src/declarative/util/qdeclarativeanimation.cpp
@@ -132,7 +132,7 @@ QDeclarativeAbstractAnimation::QDeclarativeAbstractAnimation(QDeclarativeAbstrac
using the \c start() and \c stop() methods.
By default, animations are not running. Though, when the animations are assigned to properties,
- as property value sources, they are set to running by default.
+ as property value sources using the \e on syntax, they are set to running by default.
*/
bool QDeclarativeAbstractAnimation::isRunning() const
{