diff options
author | Peter Yard <peter.yard@nokia.com> | 2010-04-27 00:35:48 (GMT) |
---|---|---|
committer | Peter Yard <peter.yard@nokia.com> | 2010-04-27 00:35:48 (GMT) |
commit | 4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66 (patch) | |
tree | 567204d6fe4aa654c6cb6a132309ff7d98e359c0 /src/declarative/util/qdeclarativetimer.cpp | |
parent | cc52a813b396f8c4726d4c889bc391c015d36d11 (diff) | |
download | Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.zip Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.tar.gz Qt-4f3a7b5992b5aed67cced46d5d8c8c2f052dfb66.tar.bz2 |
Docs Changes to start page. Minor change to Elements doc. See also added to some elements docs.
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 76e6d5e..53a9d83 100644 --- a/src/declarative/util/qdeclarativetimer.cpp +++ b/src/declarative/util/qdeclarativetimer.cpp @@ -98,6 +98,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 {QtDeclarative} */ QDeclarativeTimer::QDeclarativeTimer(QObject *parent) |