summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlstatemachine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scxml/qscxmlstatemachine.cpp')
-rw-r--r--src/scxml/qscxmlstatemachine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scxml/qscxmlstatemachine.cpp b/src/scxml/qscxmlstatemachine.cpp
index bef7d38..8ac219a 100644
--- a/src/scxml/qscxmlstatemachine.cpp
+++ b/src/scxml/qscxmlstatemachine.cpp
@@ -160,7 +160,7 @@ QScxmlStateMachinePrivate *WrappedQStateMachine::stateMachinePrivate()
/*!
* \class QScxmlEventFilter
* \brief Event filter for a QScxmlStateMachine
- * \since 5.6
+ * \since 5.7
* \inmodule QtScxml
*
* An event filter can be used to intercept events generated by a state-machine. By default the
@@ -186,7 +186,7 @@ QScxmlEventFilter::~QScxmlEventFilter()
/*!
* \class QScxmlStateMachine
* \brief Provides an interface to the state machines created from SCXML files.
- * \since 5.6
+ * \since 5.7
* \inmodule QtScxml
*
* QScxmlStateMachine is an implementation of