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()'

Pick-to: 6.8
Change-Id: Ib9b1a3c90c80860b521a95ebdcf07a59e80dcd90
Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
This commit is contained in:
Kai Köhne 2024-12-06 09:53:15 +01:00
parent 9a409295c7
commit 6dfd2c4935

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)
{