Docs: fix typo

\l instead of \\l

Amends d3117e97014af029b2c117daef9695b87103ab25.

Pick-to: 6.8 6.5
Change-Id: I0b6aaef6de839f29e0671d382d4555f8ab0afe47
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
(cherry picked from commit 7bec2f6b4278a6331d1991f32a8d8fc637c9c584)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Moss Heim 2025-02-20 16:14:44 +01:00 committed by Qt Cherry-pick Bot
parent 6cdae4ea3e
commit ba5e146082

View File

@ -2517,7 +2517,7 @@ QUrl QFileDialog::getSaveFileUrl(QWidget *parent,
native file dialog and not a QFileDialog. However, the native Windows file
dialog does not support displaying files in the directory chooser. You need
to pass the \l{QFileDialog::}{DontUseNativeDialog} option, or set the global
\\l{Qt::}{AA_DontUseNativeDialogs} application attribute to display files using a
\l{Qt::}{AA_DontUseNativeDialogs} application attribute to display files using a
QFileDialog.
Note that the \macos native file dialog does not show a title bar.