From 507f75d19e0a8cfc6a3cf552017ba0f0b305a69f 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 Pick-to: 6.8 Task-number: QTBUG-125859 Change-Id: Ia751fc325618544f99bdce059afccb9cd90fbcfe Reviewed-by: Giuseppe D'Angelo --- 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 970a3300d37..6644ae8e136 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -3258,7 +3258,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()