summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
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
parent78f0dd0f00506139eab54e7dc50f8980df78da63 (diff)
downloadQt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.zip
Qt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.tar.gz
Qt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.tar.bz2
Some documentation link updates
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qmleasefollow.cpp2
-rw-r--r--src/declarative/util/qmlspringfollow.cpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/util/qmleasefollow.cpp b/src/declarative/util/qmleasefollow.cpp
index b58ad14..860c63a 100644
--- a/src/declarative/util/qmleasefollow.cpp
+++ b/src/declarative/util/qmleasefollow.cpp
@@ -242,6 +242,8 @@ Rectangle {
Keys.onDownPressed: Rect1.y = Rect1.y + 100
}
\endcode
+
+ \sa SpringFollow
*/
QmlEaseFollow::QmlEaseFollow(QObject *parent)
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)