summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-09-01 12:13:28 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-09 10:09:15 +0000
commit259b3148ab9610d17c42f6aeef3ad01294fe9f03 (patch)
treeaee394e7a7f0ebd2e43a455748797da408072c2d
parent61cd31a67daf0b28bc3bae7a0486d55d9d5b3aeb (diff)
doc: Fix links to QMesssageBox::Option::DontUseNativeDialog
Change-Id: Icb6f28bb17ade242f6ef5dcc4ea65611a6abe9f0 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit a7bfe58989270af694c5ce137b054da8e888adb9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/widgets/dialogs/qmessagebox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp
index bd7c8e8633..9067b913aa 100644
--- a/src/widgets/dialogs/qmessagebox.cpp
+++ b/src/widgets/dialogs/qmessagebox.cpp
@@ -1242,7 +1242,7 @@ QCheckBox* QMessageBox::checkBox() const
Sets the given \a option to be enabled if \a on is true; otherwise,
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.
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.
- The option DontUseNativeDialog should be set
+ The option \l Option::DontUseNativeDialog should be set
before changing dialog properties or showing the dialog.
Setting options while the dialog is visible is not guaranteed to have