summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qwizard.cpp
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2024-08-20 20:31:46 +0200
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2024-08-25 20:37:25 +0200
commitb5bb8897d0809bae4e414c74420440255fc5b08d (patch)
tree8ee38cef5df93a970f82408b8e99a0c5ae482e8b /src/widgets/dialogs/qwizard.cpp
parente279dd8c20794810292047c8c84f309e8aed004b (diff)
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 <safiyyah.moosa@qt.io> Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'src/widgets/dialogs/qwizard.cpp')
-rw-r--r--src/widgets/dialogs/qwizard.cpp12
1 files changed, 0 insertions, 12 deletions
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<int> QWizard::visitedIds() const
/*!
Returns the list of page IDs.
- \since 4.5
*/
QList<int> 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