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.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/widgets/dialogs/qwizard.cpp b/src/widgets/dialogs/qwizard.cpp
index d7499ce552f..1fa9794aab3 100644
--- a/src/widgets/dialogs/qwizard.cpp
+++ b/src/widgets/dialogs/qwizard.cpp
@@ -2388,9 +2388,6 @@ QWizardPage *QWizard::currentPage() const
\property QWizard::currentId
\brief the ID of the current page
- This property cannot be set directly. To change the current page,
- call next(), back(), or restart().
-
By default, this property has a value of -1, indicating that no page is
currently shown.