summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qbasictimer.cpp
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/kernel/qbasictimer.cpp
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/kernel/qbasictimer.cpp')
-rw-r--r--src/corelib/kernel/qbasictimer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/kernel/qbasictimer.cpp b/src/corelib/kernel/qbasictimer.cpp
index 694692013a..7d762047c1 100644
--- a/src/corelib/kernel/qbasictimer.cpp
+++ b/src/corelib/kernel/qbasictimer.cpp
@@ -33,8 +33,8 @@ QT_BEGIN_NAMESPACE
can maintain a list of basic timers by holding them in container
that supports move-only types, e.g. std::vector.
- The \l{widgets/wiggly}{Wiggly} example uses QBasicTimer to repaint
- a widget at regular intervals.
+ The \l{widgets/tetrix}{Tetrix} example uses QBasicTimer to control
+ the rate at which pieces fall.
\sa QTimer, QTimerEvent, QObject::timerEvent(), Timers, {Affine Transformations}
*/