summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-26 14:52:49 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-07-26 13:03:05 +0000
commit03a82e9aee66a14e11cea85173001afb7897273a (patch)
tree0a58ce729a81f9fc8251e696e2d2908360dd2d08
parent104587a30d0b97539a7e65a775c91f2c17fbb35d (diff)
Doc: Remove docs for obsolete QScxmlParser::State enum
Change-Id: I31316c0d96172abd13a3c76d1581d26d5a773b57 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
-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