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. Pick-to: 6.2 6.3 6.4 Fixes: QTBUG-105339 Change-Id: I35a1e7615125781d950649213c08e5760b0235e7 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
This commit is contained in:
parent
b5e2607a6d
commit
1a825d8849
@ -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