summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmlparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scxml/qscxmlparser.cpp')
-rw-r--r--src/scxml/qscxmlparser.cpp4
1 files changed, 2 insertions, 2 deletions
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
*/