summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-07-26 09:47:32 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-07-26 11:50:47 +0000
commitd9831a03ca3bd8a9a86ae37f1e18d48c9cc3fb9f (patch)
tree76c3494ea22e2da296428ad78e85969073935e5a /src/corelib/kernel
parentd57bfa21ce7cf656c5ac55ab3b729ecaeb874bd3 (diff)
Fix grammar error in QFlags documentation
Change-Id: I1c5d2be402f7e194eaa2e6f646aa5edad1bfd9d9 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp
index a21dbffad5..d5f2f9bcd8 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -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.