summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-12-18 11:42:45 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-07-13 12:23:31 +0000
commit08b1fc642b2792813589e2c1a77ba5af8e2f2d38 (patch)
tree51aad63dd9c0243c1bad41c50c5e7fc6ec6abff7
parent6a6ad4a4dcaf151f1be62677227555b1961b20df (diff)
Fix header inclusion in tst_scion.cpp
What we are looking for here is QScxmlStateMachine, not the ecmascript datamodel. Change-Id: I5c15e38ffb5a6cf6ec1fa8fcf93d2e3f5a093115 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
-rw-r--r--tests/auto/scion/tst_scion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/scion/tst_scion.cpp b/tests/auto/scion/tst_scion.cpp
index 7b7c008..5473e9d 100644
--- a/tests/auto/scion/tst_scion.cpp
+++ b/tests/auto/scion/tst_scion.cpp
@@ -31,7 +31,7 @@
#include <QJsonDocument>
#include <QtScxml/qscxmlcompiler.h>
-#include <QtScxml/qscxmlecmascriptdatamodel.h>
+#include <QtScxml/qscxmlstatemachine.h>
#include <functional>