summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/timers.qdoc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-01 12:00:40 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-01 22:22:26 +0100
commitb7b712181bd47a84640a655100661c4aa008c6e9 (patch)
tree68a85fd33ba7a90314306a377b12618a0fc44750 /src/corelib/doc/src/timers.qdoc
parent721b4a4b5a8b4e16d50690e0d9ca62725c3ddafb (diff)
Doc: point at tetrix example for QBasicTimer usage
The wiggly example is gone, but tetrix shows how to use QBasicTimer as well. Pick-to: 6.5 Change-Id: Iaad78b0d7e2136ef41d98f634d0680e6f7f3c4e1 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src/corelib/doc/src/timers.qdoc')
-rw-r--r--src/corelib/doc/src/timers.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/timers.qdoc b/src/corelib/doc/src/timers.qdoc
index c9ad054b17..1d5a48af3d 100644
--- a/src/corelib/doc/src/timers.qdoc
+++ b/src/corelib/doc/src/timers.qdoc
@@ -94,6 +94,6 @@
optimization, you can use QBasicTimer instead of QTimer. With
QBasicTimer, you must reimplement
\l{QObject::timerEvent()}{timerEvent()} in your QObject subclass
- and handle the timeout there. The \l{widgets/wiggly}{Wiggly}
+ and handle the timeout there. The \l{widgets/tetrix}{Tetrix}
example shows how to use QBasicTimer.
*/