summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qstatemachine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/statemachine/qstatemachine.cpp')
-rw-r--r--src/corelib/statemachine/qstatemachine.cpp3
1 files changed, 3 insertions, 0 deletions
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.