From 7bec2f6b4278a6331d1991f32a8d8fc637c9c584 Mon Sep 17 00:00:00 2001 From: Moss Heim Date: Thu, 20 Feb 2025 16:14:44 +0100 Subject: [PATCH] Docs: fix typo \l instead of \\l Amends d3117e97014af029b2c117daef9695b87103ab25. Pick-to: 6.9 6.8 6.5 Change-Id: I0b6aaef6de839f29e0671d382d4555f8ab0afe47 Reviewed-by: Volker Hilsheimer --- src/widgets/dialogs/qfiledialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/dialogs/qfiledialog.cpp b/src/widgets/dialogs/qfiledialog.cpp index b3a97d07351..ed506783965 100644 --- a/src/widgets/dialogs/qfiledialog.cpp +++ b/src/widgets/dialogs/qfiledialog.cpp @@ -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.