summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilla Pohjanheimo <milla.pohjanheimo@qt.io>2017-02-06 14:02:42 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-02-08 09:41:14 +0000
commit7ffc36ef46e7ad14398359c1b0405ff291b9719b (patch)
tree21be515c59ee3fe9718347151b947f1e7814d98d
parentbd5dd290e5a056d22688a64a58c2a669fed2d085 (diff)
Fix incorrect include of QString
In public header files including Qt headers should be #include <QtCore/qwhatever.h> Change-Id: I4fb76e04a2bb2ed99e81fa41be1c03f14a047e16 Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
-rw-r--r--src/scxml/qscxmlerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxml/qscxmlerror.h b/src/scxml/qscxmlerror.h
index cae249e..cc8d53b 100644
--- a/src/scxml/qscxmlerror.h
+++ b/src/scxml/qscxmlerror.h
@@ -43,7 +43,7 @@
#include <QtScxml/qscxmlglobals.h>
#include <QtCore/qobjectdefs.h>
-#include <QString>
+#include <QtCore/qstring.h>
QT_BEGIN_NAMESPACE