doc: Fix links to QMesssageBox::Option::DontUseNativeDialog

Pick-to: 6.6
Change-Id: Icb6f28bb17ade242f6ef5dcc4ea65611a6abe9f0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Tor Arne Vestbø 2023-09-01 12:13:28 +02:00
parent 17dc1e2152
commit a7bfe58989

View File

@ -1242,7 +1242,7 @@ QCheckBox* QMessageBox::checkBox() const
Sets the given \a option to be enabled if \a on is true; otherwise, Sets the given \a option to be enabled if \a on is true; otherwise,
clears the given \a option. clears the given \a option.
Options (particularly the DontUseNativeDialogs option) should be set Options (particularly the \l Option::DontUseNativeDialog option) should be set
before showing the dialog. before showing the dialog.
Setting options while the dialog is visible is not guaranteed to have Setting options while the dialog is visible is not guaranteed to have
@ -1297,7 +1297,7 @@ QMessageBox::Options QMessageBox::options() const
By default, these options are disabled. By default, these options are disabled.
The option DontUseNativeDialog should be set The option \l Option::DontUseNativeDialog should be set
before changing dialog properties or showing the dialog. before changing dialog properties or showing the dialog.
Setting options while the dialog is visible is not guaranteed to have Setting options while the dialog is visible is not guaranteed to have