summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qfiledialog.cpp
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-12-18 09:07:33 +0100
committerKai Köhne <kai.koehne@qt.io>2023-12-19 15:33:53 +0000
commit1edc866878926d3fba31fc9ee0d9c9abc52cc8a2 (patch)
tree58c460ff56f3e62250a556a46ec1f233b0f4efd9 /src/widgets/dialogs/qfiledialog.cpp
parentb40e2d23fbe73d8f13ff572747950c0e6cbebd50 (diff)
Doc: Fix linking to QFileDialog::NativeFileDialog
Pick-to: 6.5 6.6 6.7 Task-number: QTBUG-119551 Change-Id: I1c698673873e5534b6d7867f8bc752115c254241 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io>
Diffstat (limited to 'src/widgets/dialogs/qfiledialog.cpp')
-rw-r--r--src/widgets/dialogs/qfiledialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/dialogs/qfiledialog.cpp b/src/widgets/dialogs/qfiledialog.cpp
index 420d981c50..6439952abd 100644
--- a/src/widgets/dialogs/qfiledialog.cpp
+++ b/src/widgets/dialogs/qfiledialog.cpp
@@ -705,7 +705,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
@@ -745,7 +745,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