summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlspringfollow.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-09-16 09:11:09 (GMT)
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-09-16 09:12:54 (GMT)
commit2770d76a6d4af982c5b84b207150fde8c0cdadf4 (patch)
tree92ca753d40022c577998b427f4bb48e8c76ebbc6 /src/declarative/util/qmlspringfollow.cpp
parent78f0dd0f00506139eab54e7dc50f8980df78da63 (diff)
downloadQt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.zip
Qt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.tar.gz
Qt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.tar.bz2
Some documentation link updates
Diffstat (limited to 'src/declarative/util/qmlspringfollow.cpp')
-rw-r--r--src/declarative/util/qmlspringfollow.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/util/qmlspringfollow.cpp b/src/declarative/util/qmlspringfollow.cpp
index 8c902aa..2dae448 100644
--- a/src/declarative/util/qmlspringfollow.cpp
+++ b/src/declarative/util/qmlspringfollow.cpp
@@ -236,6 +236,8 @@ void QmlSpringFollowPrivate::stop()
y: SpringFollow { source: Rect1.y; velocity: 200 }
}
\endcode
+
+ \sa EaseFollow
*/
QmlSpringFollow::QmlSpringFollow(QObject *parent)