Fix grammar error in QFlags documentation

Change-Id: I1c5d2be402f7e194eaa2e6f646aa5edad1bfd9d9
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
Mitch Curtis 2016-07-26 09:47:32 +02:00
parent d57bfa21ce
commit d9831a03ca

View File

@ -4262,7 +4262,7 @@ QDebug operator<<(QDebug dbg, const QObject *o)
\relates QObject
\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
that values of a given enum can be used as flags and combined using the
bitwise OR operator.