Skip to content

Commit

Permalink
QTimerEvent: API docs: QChronoTimer doesn't have single-shot any more
Browse files Browse the repository at this point in the history
Pick-to: 6.8
Change-Id: I0c997befd752a1ca5c1bb12e4330970131d2f6e6
Reviewed-by: Thiago Macieira <[email protected]>
Reviewed-by: Marc Mutz <[email protected]>
  • Loading branch information
ahmadsamir committed Sep 20, 2024
1 parent 0dfb1ac commit 2b24ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corelib/kernel/qcoreevent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ int QEvent::registerEventType(int hint) noexcept
timer is started with QObject::startTimer().
The QChronoTimer class provides a high-level programming interface that
uses signals instead of events. It also provides single-shot timers.
uses signals instead of events.
The event handler QObject::timerEvent() receives timer events.
Expand Down

0 comments on commit 2b24ad0

Please sign in to comment.