From dc33b0ca7a680713552063d7f74befea53f34814 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 6 Sep 2023 13:05:41 +0000 Subject: Doc: Fix warnings and linking issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove or replace links to examples that were removed or moved under manual tests. Replace code snippets that were quoting the now-missing examples. Fix documentation of QSet::removeIf(). Fix typo in documentation macro: Unknown command '\examplecateogry'. Add qtopengl, qtshadertools dependencies to Qt Widgets documentation project to enable correct linking to those topics. Mark all documentation sets in qtbase as free of warnings. Pick-to: 6.6 6.5 Change-Id: I058cd5f2063aa933ea310bceff906f05422a7cb2 Reviewed-by: Topi Reiniƶ --- src/corelib/kernel/qbasictimer.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/corelib/kernel/qbasictimer.cpp') diff --git a/src/corelib/kernel/qbasictimer.cpp b/src/corelib/kernel/qbasictimer.cpp index cf9c0bbccd..2aea3269a0 100644 --- a/src/corelib/kernel/qbasictimer.cpp +++ b/src/corelib/kernel/qbasictimer.cpp @@ -33,9 +33,6 @@ 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/tetrix}{Tetrix} example uses QBasicTimer to control - the rate at which pieces fall. - \sa QTimer, QTimerEvent, QObject::timerEvent(), Timers, {Affine Transformations} */ -- cgit v1.2.3