From cd8244131e2d6fe2c2453ae40213e7f12bff893d Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Thu, 22 Aug 2024 19:57:28 +0200 Subject: Doc: Remove usage of defunct QDoc command The QDoc command `\tableofcontents` was rendered useless by a change more than a decade ago. Remove the use of `\tableofcontents` as it serves no purpose, and ensure that the surrounding context still makes sense for the reader, by removing preceding text that refers to a non-existing table of contents, such as `Contents:`. Task-number: QTBUG-128173 Pick-to: 6.8 Change-Id: Ibb5a6af0e80f70fa487cdf6a7e38009a9ef60cbf Reviewed-by: Safiyyah Moosa Reviewed-by: Venugopal Shivashankar --- src/widgets/dialogs/qwizard.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/widgets/dialogs/qwizard.cpp') diff --git a/src/widgets/dialogs/qwizard.cpp b/src/widgets/dialogs/qwizard.cpp index 70d14af8c5b..120c6b233f3 100644 --- a/src/widgets/dialogs/qwizard.cpp +++ b/src/widgets/dialogs/qwizard.cpp @@ -1752,10 +1752,6 @@ void QWizardAntiFlickerWidget::paintEvent(QPaintEvent *) can use these classes directly, or you can subclass them for more control. - Topics: - - \tableofcontents - \section1 A Trivial Example The following example illustrates how to create wizard pages and -- cgit v1.2.3