From a7bfe58989270af694c5ce137b054da8e888adb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 1 Sep 2023 12:13:28 +0200 Subject: [PATCH] doc: Fix links to QMesssageBox::Option::DontUseNativeDialog Pick-to: 6.6 Change-Id: Icb6f28bb17ade242f6ef5dcc4ea65611a6abe9f0 Reviewed-by: Volker Hilsheimer --- src/widgets/dialogs/qmessagebox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp index 17665202ae..29eaa1b40b 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