summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKavindra Palaraja <kavindra.d+qt@gmail.com>2016-12-28 11:43:48 +0100
committerKavindra Palaraja <kavindra.d+qt@gmail.com>2017-01-07 09:00:50 +0000
commitcaf97b71835cbb8650f258562a0a9065d50faa5d (patch)
tree42f3679f5918ddb976fea735a137a867448292ec
parent8b2fec0250444a14ea387f8fb4a2529f27f11301 (diff)
downloadqtdoc-caf97b71835cbb8650f258562a0a9065d50faa5d.tar.gz
Fix a missing link
Updated Q_ENUMS to Q_ENUM to fix a missing link. Task-number: QTBUG-56513 Change-Id: Icba6a05c55c6ba79710025f1cc6130af203c46b8 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-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 246d4b73..2bad1f2a 100644
--- a/doc/src/development/moc.qdoc
+++ b/doc/src/development/moc.qdoc
@@ -59,7 +59,7 @@
In addition to the signals and slots shown above, \c moc also
implements object properties as in the next example. The
Q_PROPERTY() macro declares an object property, while
- Q_ENUMS() declares a list of enumeration types within the class
+ Q_ENUM() declares a list of enumeration types within the class
to be usable inside the \l{Qt's Property System}{property
system}.