From c745ed94a4d5002cce0e7a6867bf1efc20e8612d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 18 Dec 2023 09:07:33 +0100 Subject: [PATCH] Doc: Fix linking to QFileDialog::NativeFileDialog Pick-to: 6.5 Task-number: QTBUG-119551 Change-Id: I1c698673873e5534b6d7867f8bc752115c254241 Reviewed-by: Volker Hilsheimer Reviewed-by: Inkamari Harjula (cherry picked from commit 1edc866878926d3fba31fc9ee0d9c9abc52cc8a2) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit 84365c0b60648a924d072a399a586d5d5b980006) --- src/widgets/dialogs/qfiledialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/dialogs/qfiledialog.cpp b/src/widgets/dialogs/qfiledialog.cpp index 90934c9ef6a..651722a2f7e 100644 --- a/src/widgets/dialogs/qfiledialog.cpp +++ b/src/widgets/dialogs/qfiledialog.cpp @@ -702,7 +702,7 @@ bool QFileDialogPrivate::usingWidgets() 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 DontUseNativeDialog option) should be set before changing dialog properties or showing the dialog. Setting options while the dialog is visible is not guaranteed to have @@ -742,7 +742,7 @@ bool QFileDialog::testOption(Option option) const By default, all options are disabled. - Options (particularly the DontUseNativeDialogs option) should be set + Options (particularly the \l DontUseNativeDialog option) should be set before changing dialog properties or showing the dialog. Setting options while the dialog is visible is not guaranteed to have