summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qbasictimer.cpp
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-07-19 00:08:11 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-19 12:33:15 +0200
commit18495a677a85da325916e090368121409fc5d68c (patch)
treeca3c946164d041d27847146f562c8fa336be9f52 /src/corelib/kernel/qbasictimer.cpp
parent301538cf01cf0c1bf27075e8459894a0e37756d6 (diff)
fix "No such ..." doc error in QBasicTimer::start()
Change-Id: I52feb5f2ebcc8821470468fc51ed3acc6df92a67 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/kernel/qbasictimer.cpp')
-rw-r--r--src/corelib/kernel/qbasictimer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qbasictimer.cpp b/src/corelib/kernel/qbasictimer.cpp
index 76db945c45..bf31f74309 100644
--- a/src/corelib/kernel/qbasictimer.cpp
+++ b/src/corelib/kernel/qbasictimer.cpp
@@ -137,7 +137,7 @@ void QBasicTimer::start(int msec, QObject *obj)
given \a timerType. See Qt::TimerType for information on the different
timer types.
- The given \a object will receive timer events.
+ \a obj will receive timer events.
\sa stop(), isActive(), QObject::timerEvent(), Qt::TimerType
*/