summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qwizard.cpp
diff options
context:
space:
mode:
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