aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-07-12 14:28:53 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-07-13 06:07:29 +0000
commit8b0c90be00887a99c638f6834c53ee31104e1217 (patch)
treecd4244bf5747ab56d4be84dde58d1dd93c54abd5 /src
parentc7b22fd4d3bc8e5e4ea17b5f101d5d062d7f5d62 (diff)
QDoc: Fix syntax error on the definition of the Q_GADGET
Change-Id: I1a0ec09441e7791bcdaf34f16a71be9e535625f0 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/qml/doc/src/cppintegration/data.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/cppintegration/data.qdoc b/src/qml/doc/src/cppintegration/data.qdoc
index 4523ee39d8..b5c5505628 100644
--- a/src/qml/doc/src/cppintegration/data.qdoc
+++ b/src/qml/doc/src/cppintegration/data.qdoc
@@ -352,7 +352,7 @@ properties:
private:
QString m_name;
- }
+ };
Q_DECLARE_METATYPE(Actor)
\endcode