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
parent
7ce90fe6fa
commit
923be3f78c
|
|
@ -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.
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue