summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine
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/statemachine
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/statemachine')
-rw-r--r--src/corelib/statemachine/qabstractstate.cpp1
-rw-r--r--src/corelib/statemachine/qabstracttransition.cpp1
-rw-r--r--src/corelib/statemachine/qeventtransition.cpp1
-rw-r--r--src/corelib/statemachine/qfinalstate.cpp1
-rw-r--r--src/corelib/statemachine/qhistorystate.cpp1
-rw-r--r--src/corelib/statemachine/qsignaltransition.cpp1
-rw-r--r--src/corelib/statemachine/qstate.cpp1
-rw-r--r--src/corelib/statemachine/qstatemachine.cpp3
8 files changed, 10 insertions, 0 deletions
diff --git a/src/corelib/statemachine/qabstractstate.cpp b/src/corelib/statemachine/qabstractstate.cpp
index 323fa98a50..265566ddec 100644
--- a/src/corelib/statemachine/qabstractstate.cpp
+++ b/src/corelib/statemachine/qabstractstate.cpp
@@ -53,6 +53,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QAbstractState
+ \inmodule QtCore
\brief The QAbstractState class is the base class of states of a QStateMachine.
diff --git a/src/corelib/statemachine/qabstracttransition.cpp b/src/corelib/statemachine/qabstracttransition.cpp
index 86f0394cb7..b085e277c4 100644
--- a/src/corelib/statemachine/qabstracttransition.cpp
+++ b/src/corelib/statemachine/qabstracttransition.cpp
@@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QAbstractTransition
+ \inmodule QtCore
\brief The QAbstractTransition class is the base class of transitions between QAbstractState objects.
diff --git a/src/corelib/statemachine/qeventtransition.cpp b/src/corelib/statemachine/qeventtransition.cpp
index bdd4f41545..0507af673e 100644
--- a/src/corelib/statemachine/qeventtransition.cpp
+++ b/src/corelib/statemachine/qeventtransition.cpp
@@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QEventTransition
+ \inmodule QtCore
\brief The QEventTransition class provides a QObject-specific transition for Qt events.
diff --git a/src/corelib/statemachine/qfinalstate.cpp b/src/corelib/statemachine/qfinalstate.cpp
index 8a2ac9a446..5d42f60675 100644
--- a/src/corelib/statemachine/qfinalstate.cpp
+++ b/src/corelib/statemachine/qfinalstate.cpp
@@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QFinalState
+ \inmodule QtCore
\brief The QFinalState class provides a final state.
diff --git a/src/corelib/statemachine/qhistorystate.cpp b/src/corelib/statemachine/qhistorystate.cpp
index 574404024b..dc526534d9 100644
--- a/src/corelib/statemachine/qhistorystate.cpp
+++ b/src/corelib/statemachine/qhistorystate.cpp
@@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QHistoryState
+ \inmodule QtCore
\brief The QHistoryState class provides a means of returning to a previously active substate.
diff --git a/src/corelib/statemachine/qsignaltransition.cpp b/src/corelib/statemachine/qsignaltransition.cpp
index f1f0e4ac09..7d6aa2c81f 100644
--- a/src/corelib/statemachine/qsignaltransition.cpp
+++ b/src/corelib/statemachine/qsignaltransition.cpp
@@ -54,6 +54,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QSignalTransition
+ \inmodule QtCore
\brief The QSignalTransition class provides a transition based on a Qt signal.
diff --git a/src/corelib/statemachine/qstate.cpp b/src/corelib/statemachine/qstate.cpp
index afe0225727..8ae08ffbfc 100644
--- a/src/corelib/statemachine/qstate.cpp
+++ b/src/corelib/statemachine/qstate.cpp
@@ -56,6 +56,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QState
+ \inmodule QtCore
\brief The QState class provides a general-purpose state for QStateMachine.
diff --git a/src/corelib/statemachine/qstatemachine.cpp b/src/corelib/statemachine/qstatemachine.cpp
index b3e91c1ac0..63a17d79d7 100644
--- a/src/corelib/statemachine/qstatemachine.cpp
+++ b/src/corelib/statemachine/qstatemachine.cpp
@@ -77,6 +77,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QStateMachine
+ \inmodule QtCore
\reentrant
\brief The QStateMachine class provides a hierarchical finite state machine.
@@ -2597,6 +2598,7 @@ QSignalEventGenerator::QSignalEventGenerator(QStateMachine *parent)
/*!
\class QStateMachine::SignalEvent
+ \inmodule QtCore
\brief The SignalEvent class represents a Qt signal event.
@@ -2659,6 +2661,7 @@ QStateMachine::SignalEvent::~SignalEvent()
/*!
\class QStateMachine::WrappedEvent
+ \inmodule QtCore
\brief The WrappedEvent class inherits QEvent and holds a clone of an event associated with a QObject.