summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/scxml/qscxmlcppdatamodel.cpp2
-rw-r--r--src/scxml/qscxmldatamodel.cpp2
-rw-r--r--src/scxml/qscxmlecmascriptdatamodel.cpp2
-rw-r--r--src/scxml/qscxmlerror.cpp2
-rw-r--r--src/scxml/qscxmlevent.cpp2
-rw-r--r--src/scxml/qscxmlnulldatamodel.cpp2
-rw-r--r--src/scxml/qscxmlparser.cpp4
-rw-r--r--src/scxml/qscxmlstatemachine.cpp4
8 files changed, 10 insertions, 10 deletions
diff --git a/src/scxml/qscxmlcppdatamodel.cpp b/src/scxml/qscxmlcppdatamodel.cpp
index 2398a1d..1a34ba5 100644
--- a/src/scxml/qscxmlcppdatamodel.cpp
+++ b/src/scxml/qscxmlcppdatamodel.cpp
@@ -47,7 +47,7 @@ using namespace QScxmlExecutableContent;
/*!
\class QScxmlCppDataModel
\brief The QScxmlCppDataModel class is a C++ data model for a Qt SCXML state machine.
- \since 5.6
+ \since 5.7
\inmodule QtScxml
\sa QScxmlStateMachine QScxmlDataModel
diff --git a/src/scxml/qscxmldatamodel.cpp b/src/scxml/qscxmldatamodel.cpp
index ccd19c8..393119c 100644
--- a/src/scxml/qscxmldatamodel.cpp
+++ b/src/scxml/qscxmldatamodel.cpp
@@ -56,7 +56,7 @@ QScxmlDataModel::ForeachLoopBody::~ForeachLoopBody()
* \class QScxmlDataModel
* \brief The QScxmlDataModel class is the data model base class for a Qt SCXML
* state machine.
- * \since 5.6
+ * \since 5.7
* \inmodule QtScxml
*
* SCXML data models are described in the \l {SCXML Specification}. For more
diff --git a/src/scxml/qscxmlecmascriptdatamodel.cpp b/src/scxml/qscxmlecmascriptdatamodel.cpp
index 3819501..6abca4e 100644
--- a/src/scxml/qscxmlecmascriptdatamodel.cpp
+++ b/src/scxml/qscxmlecmascriptdatamodel.cpp
@@ -338,7 +338,7 @@ private:
* \class QScxmlEcmaScriptDataModel
* \brief The QScxmlEcmaScriptDataModel class is the ECMAScript data model for
* a Qt SCXML state machine.
- * \since 5.6
+ * \since 5.7
* \inmodule QtScxml
*
* This class implements the ECMAScript data model as described in
diff --git a/src/scxml/qscxmlerror.cpp b/src/scxml/qscxmlerror.cpp
index a07d282..949ea9f 100644
--- a/src/scxml/qscxmlerror.cpp
+++ b/src/scxml/qscxmlerror.cpp
@@ -59,7 +59,7 @@ public:
* \class QScxmlError
* \brief The QScxmlError class describes the errors returned by the Qt SCXML
* state machine when parsing an SCXML file.
- * \since 5.6
+ * \since 5.7
* \inmodule QtScxml
*
* \sa QScxmlStateMachine QScxmlParser
diff --git a/src/scxml/qscxmlevent.cpp b/src/scxml/qscxmlevent.cpp
index d638211..e36bb4d 100644
--- a/src/scxml/qscxmlevent.cpp
+++ b/src/scxml/qscxmlevent.cpp
@@ -240,7 +240,7 @@ void QScxmlEventBuilder::submitError(const QString &type, const QString &msg, co
/*!
* \class QScxmlEvent
* \brief Event for an QScxmlStateMachine
- * \since 5.6
+ * \since 5.7
* \inmodule QtScxml
*
* See section 5.10.1 "The Internal Structure of Events" in the Scxml specification for more detail.
diff --git a/src/scxml/qscxmlnulldatamodel.cpp b/src/scxml/qscxmlnulldatamodel.cpp
index 9f21389..3e1a127 100644
--- a/src/scxml/qscxmlnulldatamodel.cpp
+++ b/src/scxml/qscxmlnulldatamodel.cpp
@@ -114,7 +114,7 @@ private:
* \class QScxmlNullDataModel
* \brief The QScxmlNullDataModel class is the null data model for a Qt SCXML
* stateMachine
- * \since 5.6
+ * \since 5.7
* \inmodule QtScxml
*
* This class implements the null data model as described in the
diff --git a/src/scxml/qscxmlparser.cpp b/src/scxml/qscxmlparser.cpp
index da48eef..cde142a 100644
--- a/src/scxml/qscxmlparser.cpp
+++ b/src/scxml/qscxmlparser.cpp
@@ -1016,7 +1016,7 @@ inline QScxmlInvokableService *InvokeDynamicScxmlFactory::invoke(QScxmlStateMach
/*!
* \class QScxmlParser
* \brief The QScxmlParser class is a parser for SCXML files.
- * \since 5.6
+ * \since 5.7
* \inmodule QtScxml
*
* Parses an \l{SCXML Specification}{SCXML} file. It can also dynamically instantiate a
@@ -1556,7 +1556,7 @@ bool DocumentModel::isValidCppIdentifier(const QString &str)
/*!
* \class QScxmlParser::Loader
* \brief The Loader class is a URI resolver and resource loader for an SCXML parser.
- * \since 5.6
+ * \since 5.7
* \inmodule QtScxml
*/
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