summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2016-12-01 16:00:41 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2016-12-02 08:39:34 +0000
commit10bcb2ee73b557a9dfd72143f7bf0b42c607ecaf (patch)
tree930e73fa0d3841a6dc2dcbca0e5461d43f71c896
parent8a3dae92910e9df5817d9cde16aef81e76bfc60f (diff)
Fix include directive in qscxmlinvokableservice.h
Fix syncqt warning: QtScxml: WARNING: qtscxml/src/scxml/qscxmlinvokableservice.h includes qscxmldatamodel.h when it should include QtScxml/qscxmldatamodel.h Change-Id: I5fb1f942aafc56a0fc96c00931e59c09b90df25f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--src/scxml/qscxmlinvokableservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scxml/qscxmlinvokableservice.h b/src/scxml/qscxmlinvokableservice.h
index 6efc07d..36ebcd0 100644
--- a/src/scxml/qscxmlinvokableservice.h
+++ b/src/scxml/qscxmlinvokableservice.h
@@ -40,7 +40,7 @@
#ifndef QSCXMLINVOKABLESERVICE_H
#define QSCXMLINVOKABLESERVICE_H
-#include "qscxmldatamodel.h"
+#include <QtScxml/qscxmldatamodel.h>
#include <QtCore/qstring.h>
QT_BEGIN_NAMESPACE