summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
-rw-r--r--src/corelib/kernel/qobject.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp
index 194ea4883a..0298e53368 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -484,6 +484,7 @@ void QMetaCallEvent::placeMetaCall(QObject *object)
/*!
\class QObject
+ \inmodule QtCore
\brief The QObject class is the base class of all Qt objects.
\ingroup objectmodel
@@ -4380,6 +4381,7 @@ bool QObject::disconnectImpl(const QObject *sender, void **signal, const QObject
}
/*! \class QMetaObject::Connection
+ \inmodule QtCore
Represents a handle to a signal-slot connection.
It can be used to disconnect that connection, or check if
the connection was successful