summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2020-12-10 15:16:14 +0100
committerTarja Sundqvist <tarja.sundqvist@qt.io>2021-02-10 19:33:18 +0200
commit3bd58462c720e6a143917ef1aef6dbfe4da45e51 (patch)
treeb3af08d3a6c374327793b0b270b1f21e5d5132ab
parent774f8cbe7438ce437094eaba7be6627cd6e124fe (diff)
Doc: Don’t use \note when documenting enum values
qdoc does not render these nicely when outputting html: the enum value table table is split in two around the \note. Change-Id: Ic2b8c5a247d1100a766e4ae10161aa6ee7644514 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 79cb003020b7cf193835483c3fac2de04a0b50e3) Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
-rw-r--r--src/widgets/dialogs/qfiledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qfiledialog.cpp b/src/widgets/dialogs/qfiledialog.cpp
index 8d8662dee1..a3d8af8961 100644
--- a/src/widgets/dialogs/qfiledialog.cpp
+++ b/src/widgets/dialogs/qfiledialog.cpp
@@ -232,7 +232,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.