summaryrefslogtreecommitdiffstats
path: root/src/scxml/qscxmltabledata.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-09-20 18:10:22 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-10-14 10:53:05 +0000
commit1080cf471231fdde6daca775bbf77a04620f89e7 (patch)
treefbd0a736628b560d15a1f08dba08dafa3b197be7 /src/scxml/qscxmltabledata.cpp
parentbde17badd31d4990b1cc57f155c74c62b2ec9c72 (diff)
Rename QScxmlParser to QScxmlCompiler
It creates an executable representation from an XML description, so it is a compiler and not merely a parser. The name should reflect this. Change-Id: I459445706207b3afae64b3f803c9beae83114bb6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'src/scxml/qscxmltabledata.cpp')
-rw-r--r--src/scxml/qscxmltabledata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxml/qscxmltabledata.cpp b/src/scxml/qscxmltabledata.cpp
index c2e9dc6..3b9cabd 100644
--- a/src/scxml/qscxmltabledata.cpp
+++ b/src/scxml/qscxmltabledata.cpp
@@ -38,7 +38,7 @@
****************************************************************************/
#include "qscxmltabledata_p.h"
-#include "qscxmlparser_p.h"
+#include "qscxmlcompiler_p.h"
#include "qscxmlexecutablecontent_p.h"
QT_USE_NAMESPACE