From b7b712181bd47a84640a655100661c4aa008c6e9 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 1 Mar 2023 12:00:40 +0100 Subject: 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 --- src/corelib/doc/src/timers.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/doc/src/timers.qdoc') 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. */ -- cgit v1.2.3