summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-09-29 10:42:20 +0200
committerKai Koehne <kai.koehne@qt.io>2016-10-06 13:51:48 +0000
commit8f4054a7e6d5052a1030ce42c680f933c6f3a896 (patch)
tree209fc98a8a323924bd17ba1a7ac681c391e2d62e /src
parent98cb4977722da9d1acd764a05173529fe1618acf (diff)
Doc: Document that by default, QTimer is not single-shot
Change-Id: I586997ddb5ed55d68f53ddfe9302b961296cc4eb Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/kernel/qtimer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/kernel/qtimer.cpp b/src/corelib/kernel/qtimer.cpp
index af9a1be6ab..f6c59055a8 100644
--- a/src/corelib/kernel/qtimer.cpp
+++ b/src/corelib/kernel/qtimer.cpp
@@ -532,6 +532,8 @@ void QTimer::singleShot(int msec, Qt::TimerType timerType, const QObject *receiv
A single-shot timer fires only once, non-single-shot timers fire
every \l interval milliseconds.
+ The default value for this property is \c false.
+
\sa interval, singleShot()
*/