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.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/scxml/qscxmlparser.cpp b/src/scxml/qscxmlparser.cpp
index b7e8924..3906ada 100644
--- a/src/scxml/qscxmlparser.cpp
+++ b/src/scxml/qscxmlparser.cpp
@@ -1392,21 +1392,6 @@ inline QScxmlInvokableService *InvokeDynamicScxmlFactory::invoke(QScxmlStateMach
*/
/*!
- \enum QScxmlParser::State
-
- This enum specifies the state the parser is in.
-
- \value StartingParsing
- The state before parse() is called.
- \value ParsingScxml
- The state when parsing, before any errors have occurred.
- \value ParsingError
- The final state, indicating that an error occurred while parsing.
- \value FinishedParsing
- The final state, indicating that the file was successfully parsed.
- */
-
-/*!
\enum QScxmlParser::QtMode
This enum specifies if the document should be parsed in Qt mode. In Qt