summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2024-06-05 15:43:38 +0300
committerAhmad Samir <a.samirh78@gmail.com>2024-06-05 20:47:09 +0300
commit507f75d19e0a8cfc6a3cf552017ba0f0b305a69f (patch)
tree101a4a5b92b075d22e3454de843de1ebc99f5e2b /src
parent26af5d1854336907d6d7fd6aa1ad060f6d38ce1c (diff)
Qt::TimerId: fix typo in API docs
Pick-to: 6.8 Task-number: QTBUG-125859 Change-Id: Ia751fc325618544f99bdce059afccb9cd90fbcfe Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qnamespace.qdoc2
1 files changed, 1 insertions, 1 deletions
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()