Fix documentation of QFlags::setFlag
The function is not const Change-Id: Ibe6f774058efd5ed5de021ff024d023b3cfc7e04 Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
This commit is contained in:
parent
df909d8b1f
commit
8c0ae00dd6
@ -426,7 +426,7 @@ Q_STATIC_ASSERT_X(QT_POINTER_SIZE == sizeof(void *), "QT_POINTER_SIZE defined in
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn QFlags QFlags::setFlag(Enum flag, bool on) const
|
||||
\fn QFlags QFlags::setFlag(Enum flag, bool on)
|
||||
\since 5.7
|
||||
|
||||
Sets the indicated \a flag if \a on is \c true or unsets it if
|
||||
|
Loading…
x
Reference in New Issue
Block a user