Qt::TimerId: fix typo in API docs
Task-number: QTBUG-125859 Change-Id: Ia751fc325618544f99bdce059afccb9cd90fbcfe Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> (cherry picked from commit 507f75d19e0a8cfc6a3cf552017ba0f0b305a69f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
899f708c70
commit
aa9d5b814c
@ -3263,7 +3263,7 @@
|
|||||||
The underlying type is \c int. You can use \l qToUnderlying() to convert
|
The underlying type is \c int. You can use \l qToUnderlying() to convert
|
||||||
Qt::TimerId to \c int.
|
Qt::TimerId to \c int.
|
||||||
|
|
||||||
\value Invalid Represents a no-op timer ID; it's usage depends on the
|
\value Invalid Represents a no-op timer ID; its usage depends on the
|
||||||
context, for example, this is the value returned by QObject::startTimer()
|
context, for example, this is the value returned by QObject::startTimer()
|
||||||
to indicate it failed to start a timer; whereas QChronoTimer::id() returns
|
to indicate it failed to start a timer; whereas QChronoTimer::id() returns
|
||||||
this value when the timer is inactive, that is, \c timer.isActive()
|
this value when the timer is inactive, that is, \c timer.isActive()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user