summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-01-15 15:32:44 +0100
committerKai Koehne <kai.koehne@qt.io>2019-01-22 15:18:24 +0000
commit119487650e28073f5766cc43cb679eb629a2a0c5 (patch)
tree13d45149bad13e9fa83b7fa1571960ec42b2e3fd /src/corelib/kernel/qobject.cpp
parent30e665f7471859cd88f5d5be4008e7b0632bb5c3 (diff)
Doc: End sentence about Q_GADGET with dot
Change-Id: I55380d133017670f212df331fba655e80538e412 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
-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 b5d97c5538..4680742a3e 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -4446,7 +4446,7 @@ QDebug operator<<(QDebug dbg, const QObject *o)
macro, it must appear in the private section of a class definition.
Q_GADGETs can have Q_ENUM, Q_PROPERTY and Q_INVOKABLE, but they cannot have
- signals or slots
+ signals or slots.
Q_GADGET makes a class member, \c{staticMetaObject}, available.
\c{staticMetaObject} is of type QMetaObject and provides access to the