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>
bb10
Kai Köhne 2023-12-18 09:07:33 +01:00
parent b40e2d23fb
commit 1edc866878
1 changed files with 2 additions and 2 deletions

View File

@ -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