From fbf052132ea06e89faa4ceecee85c43c7ec6f61a Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 31 Aug 2024 18:49:50 +0300 Subject: [PATCH] QObject: fix API docs Should be just "timer" instead of QChronoTimer. Change-Id: I76cb9ae712cfe9a9713a85888022e54300d308d3 Reviewed-by: Thiago Macieira (cherry picked from commit a5f1cec8bf22f19bbf7ffe058c407d5045e4126a) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/kernel/qobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index 574b70e74e7..92bdb26e660 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -1844,7 +1844,7 @@ int QObject::startTimer(int interval, Qt::TimerType timerType) \snippet code/src_corelib_kernel_qobject.cpp 8 - Note that the accuracy of QChronoTimer depends on the underlying operating + Note that the accuracy of the timer depends on the underlying operating system and hardware. The \a timerType argument allows you to customize the accuracy of