Doc: Drop parentheses around \since command
The closing parenthesis ends up in the output. As the fix to QDoc is rather involved, clean up the docs to fix the symptom. Fixes: QTBUG-105339 Change-Id: I35a1e7615125781d950649213c08e5760b0235e7 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit 1a825d884907c7c30064b655bc1dda76d5009d87) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
28ab5fd54d
commit
995572a3ab
@ -115,7 +115,7 @@ public:
|
||||
\row \li \l Qt::AccessibleDescriptionRole \li QString
|
||||
\row \li \l Qt::AccessibleTextRole \li QString
|
||||
\endomit
|
||||
\row \li \l Qt::BackgroundRole \li QBrush (\since 4.2)
|
||||
\row \li \l Qt::BackgroundRole \li QBrush \since 4.2
|
||||
\row \li \l Qt::CheckStateRole \li Qt::CheckState
|
||||
\row \li \l Qt::DecorationRole \li QIcon, QPixmap, QImage and QColor
|
||||
\row \li \l Qt::DisplayRole \li QString and types with a string representation
|
||||
@ -126,7 +126,7 @@ public:
|
||||
\row \li \l Qt::StatusTipRole \li
|
||||
\endomit
|
||||
\row \li \l Qt::TextAlignmentRole \li Qt::Alignment
|
||||
\row \li \l Qt::ForegroundRole \li QBrush (\since 4.2)
|
||||
\row \li \l Qt::ForegroundRole \li QBrush \since 4.2
|
||||
\omit
|
||||
\row \li \l Qt::ToolTipRole
|
||||
\row \li \l Qt::WhatsThisRole
|
||||
|
Loading…
x
Reference in New Issue
Block a user