summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
-rw-r--r--src/corelib/kernel/qobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp
index ac1b2d41bf..5e6c44fb13 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -1642,7 +1642,7 @@ int QObject::startTimer(int interval, Qt::TimerType timerType)
it could not start a timer.
A timer event will occur every \a time interval until killTimer()
- is called. If \a interval is equal to \c{std::chrono::duration::zero()},
+ is called. If \a time is equal to \c{std::chrono::duration::zero()},
then the timer event occurs once every time there are no more window
system events to process.