summaryrefslogtreecommitdiffstats
path: root/tests/auto/statemachine
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 /tests/auto/statemachine
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 'tests/auto/statemachine')
-rw-r--r--tests/auto/statemachine/tst_statemachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/statemachine/tst_statemachine.cpp b/tests/auto/statemachine/tst_statemachine.cpp
index 9c757e7..f09ad42 100644
--- a/tests/auto/statemachine/tst_statemachine.cpp
+++ b/tests/auto/statemachine/tst_statemachine.cpp
@@ -29,7 +29,7 @@
#include <QtTest>
#include <QObject>
#include <QXmlStreamReader>
-#include <QtScxml/qscxmlparser.h>
+#include <QtScxml/qscxmlcompiler.h>
#include <QtScxml/qscxmlstatemachine.h>
#include <QtScxml/private/qscxmlstatemachine_p.h>