Fix grammar error in QFlags documentation
Change-Id: I1c5d2be402f7e194eaa2e6f646aa5edad1bfd9d9 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
parent
d57bfa21ce
commit
d9831a03ca
@ -4262,7 +4262,7 @@ QDebug operator<<(QDebug dbg, const QObject *o)
|
|||||||
\relates QObject
|
\relates QObject
|
||||||
\since 5.5
|
\since 5.5
|
||||||
|
|
||||||
This macro registers a single \l{QFlags}{flags types} with the
|
This macro registers a single \l{QFlags}{flags type} with the
|
||||||
meta-object system. It is typically used in a class definition to declare
|
meta-object system. It is typically used in a class definition to declare
|
||||||
that values of a given enum can be used as flags and combined using the
|
that values of a given enum can be used as flags and combined using the
|
||||||
bitwise OR operator.
|
bitwise OR operator.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user