Document that QBasicTimer::start(int, QObject*) uses Qt::CoarseTimer
authorBradley T. Hughes <bradley.hughes@nokia.com>
Wed, 4 Jan 2012 11:25:36 +0000 (12:25 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jan 2012 07:42:35 +0000 (08:42 +0100)
Change-Id: I553b33ac7adffb0a4fcdfc14d6e34b4e7a494c4d
Reviewed-by: David Faure <faure@kde.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/corelib/kernel/qbasictimer.cpp

index 617e5e5..a521528 100644 (file)
@@ -106,12 +106,13 @@ QT_BEGIN_NAMESPACE
 /*!
     \fn void QBasicTimer::start(int msec, QObject *object)
 
-    Starts (or restarts) the timer with a \a msec milliseconds
-    timeout.
+    Starts (or restarts) the timer with a \a msec milliseconds timeout. The
+    timer will be a Qt::CoarseTimer. See Qt::TimerType for information on the
+    different timer types.
 
     The given \a object will receive timer events.
 
-    \sa stop() isActive() QObject::timerEvent()
+    \sa stop() isActive() QObject::timerEvent() Qt::CoarseTimer
  */
 void QBasicTimer::start(int msec, QObject *obj)
 {