diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-06-30 04:32:34 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-06-30 04:35:29 (GMT) |
commit | 08c422315d52a9377ebf0912adbe4d17370173af (patch) | |
tree | 9693d0d74d9b45272207847c589f65f488e060c5 /src/declarative/util/qdeclarativetimer.cpp | |
parent | 93ab98ae693c3a1d0b3b96c33543469f520145dd (diff) | |
download | Qt-08c422315d52a9377ebf0912adbe4d17370173af.zip Qt-08c422315d52a9377ebf0912adbe4d17370173af.tar.gz Qt-08c422315d52a9377ebf0912adbe4d17370173af.tar.bz2 |
Docs - add more links to relevant examples
Task-number: QTBUG-11754
Diffstat (limited to 'src/declarative/util/qdeclarativetimer.cpp')
-rw-r--r-- | src/declarative/util/qdeclarativetimer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/util/qdeclarativetimer.cpp b/src/declarative/util/qdeclarativetimer.cpp index 9e18eb5..576995f 100644 --- a/src/declarative/util/qdeclarativetimer.cpp +++ b/src/declarative/util/qdeclarativetimer.cpp @@ -103,6 +103,8 @@ public: 1000ms has its \e repeat property changed 500ms after starting, the elapsed time will be reset to 0, and the Timer will be triggered 1000ms later. + + \sa {declarative/toys/clocks}{Clocks example} */ QDeclarativeTimer::QDeclarativeTimer(QObject *parent) |