summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcoreevent.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-23 12:22:38 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 13:22:23 +0200
commit7b39a06fab64feb985982392f8db2b52fcd321f0 (patch)
treefc48e8ec90a38d580444c2c2d53810c1295d5c6e /src/corelib/kernel/qcoreevent.cpp
parentacc4c28ef7d73e870df78e30178ec43b8b6c39da (diff)
Doc: Add \inmodule QtCore to all QtCore class doc bodies
Change-Id: I19100755c97cc155c76a859e19940e9f9222d34e Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/kernel/qcoreevent.cpp')
-rw-r--r--src/corelib/kernel/qcoreevent.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/kernel/qcoreevent.cpp b/src/corelib/kernel/qcoreevent.cpp
index 45a71e6090..ea271771be 100644
--- a/src/corelib/kernel/qcoreevent.cpp
+++ b/src/corelib/kernel/qcoreevent.cpp
@@ -50,6 +50,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QEvent
+ \inmodule QtCore
\brief The QEvent class is the base class of all
event classes. Event objects contain event parameters.
@@ -429,6 +430,7 @@ int QEvent::registerEventType(int hint)
/*!
\class QTimerEvent
+ \inmodule QtCore
\brief The QTimerEvent class contains parameters that describe a
timer event.
@@ -471,6 +473,7 @@ QTimerEvent::~QTimerEvent()
/*!
\class QChildEvent
+ \inmodule QtCore
\brief The QChildEvent class contains event parameters for child object
events.
@@ -538,6 +541,7 @@ QChildEvent::~QChildEvent()
/*!
\class QDynamicPropertyChangeEvent
+ \inmodule QtCore
\since 4.2
\brief The QDynamicPropertyChangeEvent class contains event parameters for dynamic
property change events.