summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-09-03 14:20:27 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-09-03 13:22:57 +0000
commit3f9c6206450b0c67a5dadfe0da023ec6be7d1743 (patch)
tree26a201368b61c6a44b63497a3e956db27d9b71dd
parentb420be7dcdaa27cd5503e268a8c2e3dcf5da5c37 (diff)
fix include
The global include must either be prefixed with private/ or locally included. Change-Id: I7933d940bdddae4975db8e58fe52a887adec51ff Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-rw-r--r--src/webengine/api/qquickwebenginesingleton_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/api/qquickwebenginesingleton_p.h b/src/webengine/api/qquickwebenginesingleton_p.h
index 744e4a9bf..64668420c 100644
--- a/src/webengine/api/qquickwebenginesingleton_p.h
+++ b/src/webengine/api/qquickwebenginesingleton_p.h
@@ -49,7 +49,7 @@
//
#include <QObject>
-#include <qtwebengineglobal_p.h>
+#include "qtwebengineglobal_p.h"
QT_BEGIN_NAMESPACE
class QQuickWebEngineProfile;