Doc: Remove broken \sa in QChronoTimer

There is no dedicated documentation for the setter. This fixes

  qchronotimer.cpp:243: (qdoc) warning: Can't link to 'QChronoTimer::singleShot()'

Change-Id: Ib9b1a3c90c80860b521a95ebdcf07a59e80dcd90
Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
(cherry picked from commit 6dfd2c4935c2df677ae554b88d08e3381543ed54)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2024-12-06 09:53:15 +01:00 committed by Qt Cherry-pick Bot
parent d490a1ac09
commit d1a83fdcfa

View File

@ -249,7 +249,7 @@ void QChronoTimer::timerEvent(QTimerEvent *e)
The default value for this property is \c false.
\sa interval, QChronoTimer::singleShot()
\sa interval
*/
void QChronoTimer::setSingleShot(bool singleShot)
{