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:
Olivier Goffart 2016-03-11 17:02:09 +01:00 committed by Olivier Goffart (Woboq GmbH)
parent df909d8b1f
commit 8c0ae00dd6

View File

@ -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 \since 5.7
Sets the indicated \a flag if \a on is \c true or unsets it if Sets the indicated \a flag if \a on is \c true or unsets it if