Fix small textual error in documentation for QFlags::setFlag

Change-Id: I075932cfb9fdd38fb8d54da19e7d72b8cdec49f3
Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
bb10
Andre Somers 2016-02-19 07:36:00 +01:00 committed by Andre Somers
parent 7ce90fe6fa
commit 923be3f78c
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ Q_STATIC_ASSERT_X(QT_POINTER_SIZE == sizeof(void *), "QT_POINTER_SIZE defined in
\since 5.7
Sets the indicated \a flag if \a on is \c true or unsets it if
it if \a on is \c false. Returns a reference to this object.
\a on is \c false. Returns a reference to this object.
*/
/*!