summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qchronotimer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qchronotimer.cpp')
-rw-r--r--src/corelib/kernel/qchronotimer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/kernel/qchronotimer.cpp b/src/corelib/kernel/qchronotimer.cpp
index 0224b3328b6..20594aee52a 100644
--- a/src/corelib/kernel/qchronotimer.cpp
+++ b/src/corelib/kernel/qchronotimer.cpp
@@ -181,8 +181,10 @@ Qt::TimerId QChronoTimer::id() const
Starts or restarts the timer with the timeout specified in \l interval.
+//! [stop-restart-timer]
If the timer is already running, it will be
\l{QChronoTimer::stop()}{stopped} and restarted.
+//! [stop-restart-timer]
If \l singleShot is true, the timer will be activated only once.
*/