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