fix "No such ..." doc error in QBasicTimer::start()

Change-Id: I52feb5f2ebcc8821470468fc51ed3acc6df92a67
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Jeremy Katz 2012-07-19 00:08:11 +02:00 committed by Qt by Nokia
parent 301538cf01
commit 18495a677a

View File

@ -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
*/