summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qtimer.cpp
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2024-06-09 19:24:01 +0300
committerAhmad Samir <a.samirh78@gmail.com>2024-06-10 02:37:12 +0300
commit25f2b7c32226fdabcb22fbf928bb0c058cd53022 (patch)
treea339445880a61aff9f5b4e113f7ce04bfa30136e /src/corelib/kernel/qtimer.cpp
parent5686af295c98a5ed4b0793ad0098cef76f39a2d7 (diff)
QTimer: fix API docs related to QChronoTimer
QChronoTimer is in Qt 6.8. Found in API review. Pick-to: 6.8 Change-Id: I7f20958948cb635ccd1f4cef383aed810a188f12 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/kernel/qtimer.cpp')
-rw-r--r--src/corelib/kernel/qtimer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qtimer.cpp b/src/corelib/kernel/qtimer.cpp
index 294369c1b33..8d3ea7865d6 100644
--- a/src/corelib/kernel/qtimer.cpp
+++ b/src/corelib/kernel/qtimer.cpp
@@ -74,7 +74,7 @@ QT_BEGIN_NAMESPACE
more and more platforms, we expect that zero-millisecond
QTimer objects will gradually be replaced by \l{QThread}s.
- \note Since Qt 6.7 this class is superseded by \l{QChronoTimer}.
+ \note Since Qt 6.8 this class is superseded by \l{QChronoTimer}.
The maximum interval QTimer supports is limited by the number of
milliseconds that would fit in an \c int (which is around 24 days);
whereas QChronoTimer stores its interval as \c std::chrono::nanoseconds