QWizard: Drop obsolete sentence in QWizard::currentId doc
Commit 2140edaaab 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)
bb10
parent
dd25a75cd8
commit
edb9c90a97
|
|
@ -2389,9 +2389,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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue