summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2025-10-09 19:05:37 +0300
committerAhmad Samir <a.samirh78@gmail.com>2025-10-15 01:10:58 +0300
commita7f39d070dee85784135cf0ffd935a39094b4fd9 (patch)
tree6078bda43d68fd164acee0bfae0f15f028a0bf31 /src/corelib/kernel/qobject.cpp
parent115e9d2332b3673288d69cc60deca658df9db975 (diff)
QObject: docs: clarify that "window system events" means the event loop
Fixes: QTBUG-140923 Pick-to: 6.10 6.8 6.5 Change-Id: Ia8ee47715f787847204c3addf2d2d0e85e202685 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
-rw-r--r--src/corelib/kernel/qobject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp
index fe510898429..560a8c7d789 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -1894,8 +1894,8 @@ int QObject::startTimer(int interval, Qt::TimerType timerType)
A timer event will occur every \a interval until killTimer()
is called. If \a interval 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.
+ then the timer event occurs once every time control returns to the event
+ loop, that is, there are no more native window system events to process.
\include timers-common.qdocinc negative-intervals-not-allowed