diff options
author | Michael Weghorn <[email protected]> | 2025-02-22 17:40:02 +0100 |
---|---|---|
committer | Volker Hilsheimer <[email protected]> | 2025-02-24 13:10:14 +0000 |
commit | 71246cbdc64c4a5b3b3859421221bcc36c4a61c3 (patch) | |
tree | ed91ad050bad4a5e62ba66b989593b3bcf665d2b | |
parent | 6f1553774aa8d8e2112f73b9ee1c88fb41ddbca7 (diff) |
QWizard: Drop obsolete sentence in QWizard::currentId doc
Commit 2140edaaab0bf61f354db521efca773568becc56 introduced
QWizard::setCurrentId that allows setting the property
directly, so drop the obsolete sentence in the QWizard::currentId
doc stating that this isn't possible.
Pick-to: 6.9 6.8 6.5
Change-Id: I5e7da2323e66a6e8bfd653dfebcba4363023b744
Reviewed-by: Volker Hilsheimer <[email protected]>
-rw-r--r-- | src/widgets/dialogs/qwizard.cpp | 3 |
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. |