summaryrefslogtreecommitdiff
path: root/doc/src/development/moc.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/development/moc.qdoc')
-rw-r--r--doc/src/development/moc.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/moc.qdoc b/doc/src/development/moc.qdoc
index 92f8bdf4..19567bfd 100644
--- a/doc/src/development/moc.qdoc
+++ b/doc/src/development/moc.qdoc
@@ -46,7 +46,7 @@
\snippet snippets/moc/myclass2.h 0
- The Q_FLAGS() macro declares enums that are to be used
+ The Q_FLAG() macro declares enums that are to be used
as flags, i.e. OR'd together. Another macro, Q_CLASSINFO(),
allows you to attach additional name/value pairs to the class's
meta-object: