From b5bb8897d0809bae4e414c74420440255fc5b08d Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Tue, 20 Aug 2024 20:31:46 +0200 Subject: Widgets/doc remove all \since 4.x comments in widgets/dialogs Remove all \since 4.x comments in widgets/dialogs - this is no longer of interest. Pick-to: 6.8 Change-Id: I4835be8c16363b13615ffc921454e2b5ade295eb Reviewed-by: Safiyyah Moosa Reviewed-by: Axel Spoerl --- src/widgets/dialogs/qwizard.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/widgets/dialogs/qwizard.cpp') diff --git a/src/widgets/dialogs/qwizard.cpp b/src/widgets/dialogs/qwizard.cpp index f3fbdad4838..70d14af8c5b 100644 --- a/src/widgets/dialogs/qwizard.cpp +++ b/src/widgets/dialogs/qwizard.cpp @@ -1737,7 +1737,6 @@ void QWizardAntiFlickerWidget::paintEvent(QPaintEvent *) /*! \class QWizard - \since 4.3 \brief The QWizard class provides a framework for wizards. \inmodule QtWidgets @@ -2218,7 +2217,6 @@ void QWizard::setPage(int theid, QWizardPage *page) \note Removing a page may influence the value of the startId property. - \since 4.5 \sa addPage(), setPage(), pageRemoved(), startId() */ void QWizard::removePage(int id) @@ -2333,7 +2331,6 @@ QList QWizard::visitedIds() const /*! Returns the list of page IDs. - \since 4.5 */ QList QWizard::pageIds() const { @@ -2860,8 +2857,6 @@ void QWizard::setDefaultProperty(const char *className, const char *property, } /*! - \since 4.7 - Sets the given \a widget to be shown on the left side of the wizard. For styles which use the WatermarkPixmap (ClassicStyle and ModernStyle) the side widget is displayed on top of the watermark, for other styles @@ -2895,8 +2890,6 @@ void QWizard::setSideWidget(QWidget *widget) } /*! - \since 4.7 - Returns the widget on the left side of the wizard or \nullptr. By default, no side widget is present. @@ -2960,8 +2953,6 @@ QSize QWizard::sizeHint() const /*! \fn void QWizard::pageAdded(int id) - \since 4.7 - This signal is emitted whenever a page is added to the wizard. The page's \a id is passed as parameter. @@ -2971,8 +2962,6 @@ QSize QWizard::sizeHint() const /*! \fn void QWizard::pageRemoved(int id) - \since 4.7 - This signal is emitted whenever a page is removed from the wizard. The page's \a id is passed as parameter. @@ -3335,7 +3324,6 @@ int QWizard::nextId() const /*! \class QWizardPage - \since 4.3 \brief The QWizardPage class is the base class for wizard pages. \inmodule QtWidgets -- cgit v1.2.3