summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativesmoothedfollow.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-05-05 04:51:11 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-05-05 04:51:11 (GMT)
commitde5728c826d44808529a681472b899f30e18e325 (patch)
tree765d8e4c71731b2663ddc964de520fea889c78fa /src/declarative/util/qdeclarativesmoothedfollow.cpp
parent9719866c686805d69b0026f555c97594e09c836f (diff)
downloadQt-de5728c826d44808529a681472b899f30e18e325.zip
Qt-de5728c826d44808529a681472b899f30e18e325.tar.gz
Qt-de5728c826d44808529a681472b899f30e18e325.tar.bz2
doc
Task-number: QTBUG-10386
Diffstat (limited to 'src/declarative/util/qdeclarativesmoothedfollow.cpp')
-rw-r--r--src/declarative/util/qdeclarativesmoothedfollow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/util/qdeclarativesmoothedfollow.cpp b/src/declarative/util/qdeclarativesmoothedfollow.cpp
index 3ed9257..e919282 100644
--- a/src/declarative/util/qdeclarativesmoothedfollow.cpp
+++ b/src/declarative/util/qdeclarativesmoothedfollow.cpp
@@ -143,10 +143,10 @@ QDeclarativeSmoothedFollowPrivate::QDeclarativeSmoothedFollowPrivate()
Sets how the SmoothedFollow behaves if an animation direction is reversed.
- If reversing mode is \c Eased, the animation will smoothly decelerate, and
- then reverse direction. If the reversing mode is \c Immediate, the
+ If reversing mode is \SmoothedFollow.c Eased, the animation will smoothly decelerate, and
+ then reverse direction. If the reversing mode is \c SmoothedFollow.Immediate, the
animation will immediately begin accelerating in the reverse direction,
- begining with a velocity of 0. If the reversing mode is \c Sync, the
+ begining with a velocity of 0. If the reversing mode is \c SmoothedFollow.Sync, the
property is immediately set to the target value.
*/
QDeclarativeSmoothedFollow::ReversingMode QDeclarativeSmoothedFollow::reversingMode() const