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.5
Change-Id: I5e7da2323e66a6e8bfd653dfebcba4363023b744
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 71246cbdc64c4a5b3b3859421221bcc36c4a61c3)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 6f559732cf46f95f08de37c11d8b515c6e969c4e)
This commit is contained in:
Michael Weghorn 2025-02-22 17:40:02 +01:00 committed by Qt Cherry-pick Bot
parent dd25a75cd8
commit edb9c90a97

View File

@ -2389,9 +2389,6 @@ QWizardPage *QWizard::currentPage() const
\property QWizard::currentId \property QWizard::currentId
\brief the ID of the current page \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 By default, this property has a value of -1, indicating that no page is
currently shown. currently shown.