diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-09-16 09:11:09 (GMT) |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-09-16 09:12:54 (GMT) |
commit | 2770d76a6d4af982c5b84b207150fde8c0cdadf4 (patch) | |
tree | 92ca753d40022c577998b427f4bb48e8c76ebbc6 /src/declarative/util/qmleasefollow.cpp | |
parent | 78f0dd0f00506139eab54e7dc50f8980df78da63 (diff) | |
download | Qt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.zip Qt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.tar.gz Qt-2770d76a6d4af982c5b84b207150fde8c0cdadf4.tar.bz2 |
Some documentation link updates
Diffstat (limited to 'src/declarative/util/qmleasefollow.cpp')
-rw-r--r-- | src/declarative/util/qmleasefollow.cpp | 2 |
1 files changed, 2 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) |