From aa9d5b814c4535735a9fdda8643aa2462d0375f7 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Wed, 5 Jun 2024 15:43:38 +0300 Subject: [PATCH] Qt::TimerId: fix typo in API docs Task-number: QTBUG-125859 Change-Id: Ia751fc325618544f99bdce059afccb9cd90fbcfe Reviewed-by: Giuseppe D'Angelo (cherry picked from commit 507f75d19e0a8cfc6a3cf552017ba0f0b305a69f) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/global/qnamespace.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index b2ec64f435c..a4da31211d8 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -3263,7 +3263,7 @@ The underlying type is \c int. You can use \l qToUnderlying() to convert 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() to indicate it failed to start a timer; whereas QChronoTimer::id() returns this value when the timer is inactive, that is, \c timer.isActive()