Skip to content

Commit 7bec2f6

Browse files
moheim-qtvohi
authored andcommitted
Docs: fix typo
\l instead of \\l Amends d3117e9. Pick-to: 6.9 6.8 6.5 Change-Id: I0b6aaef6de839f29e0671d382d4555f8ab0afe47 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
1 parent 87965f0 commit 7bec2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/dialogs/qfiledialog.cpp

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

0 commit comments

Comments
 (0)