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.

Pick-to: 5.15
Change-Id: Ic2b8c5a247d1100a766e4ae10161aa6ee7644514
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Morten Johan Sørvig 2020-12-10 15:16:14 +01:00
parent b4b33846b4
commit 79cb003020

View File

@ -231,7 +231,7 @@ Q_GLOBAL_STATIC(QUrl, lastVisitedDir)
of QFileDialog that contains the Q_OBJECT macro, or the platform of QFileDialog that contains the Q_OBJECT macro, or the platform
does not have a native dialog of the type that you require. 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. or showing the dialog.
\value ReadOnly Indicates that the model is readonly. \value ReadOnly Indicates that the model is readonly.