From 79cb003020b7cf193835483c3fac2de04a0b50e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Thu, 10 Dec 2020 15:16:14 +0100 Subject: [PATCH] =?UTF-8?q?Doc:=20Don=E2=80=99t=20use=20\note=20when=20doc?= =?UTF-8?q?umenting=20enum=20values?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qdoc does not render these nicely when outputting html: the enum value table table is split in two around the \note. Pick-to: 5.15 Change-Id: Ic2b8c5a247d1100a766e4ae10161aa6ee7644514 Reviewed-by: Paul Wicking --- 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 b846209c006..7f7f18cda38 100644 --- a/src/widgets/dialogs/qfiledialog.cpp +++ b/src/widgets/dialogs/qfiledialog.cpp @@ -231,7 +231,7 @@ Q_GLOBAL_STATIC(QUrl, lastVisitedDir) of QFileDialog that contains the Q_OBJECT macro, or the platform does not have a native dialog of the type that you require. - \note This option must be set before changing dialog properties + \b{Note:} This option must be set before changing dialog properties or showing the dialog. \value ReadOnly Indicates that the model is readonly.