From 7d6c94db4c42339ca2948be802f2579ba5522f58 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 21 Sep 2016 14:48:06 +0200 Subject: Use canonical include paths for public headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Do not rely on "include/QtWebEngineWidgets" or "include/QtCore" being in the default include path. Task-number: QTBUG-56107 Change-Id: I9535f723814efdef7bf8290a891978aabfa899bb Reviewed-by: Michael BrĂ¼ning --- src/webenginewidgets/api/qwebenginefullscreenrequest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/webenginewidgets/api/qwebenginefullscreenrequest.h b/src/webenginewidgets/api/qwebenginefullscreenrequest.h index 26f7247e0..ba14e6f1a 100644 --- a/src/webenginewidgets/api/qwebenginefullscreenrequest.h +++ b/src/webenginewidgets/api/qwebenginefullscreenrequest.h @@ -37,9 +37,9 @@ #ifndef QWEBENGINEFULLSCREENREQUEST_H #define QWEBENGINEFULLSCREENREQUEST_H -#include -#include -#include +#include +#include +#include QT_BEGIN_NAMESPACE class QWebEnginePage; -- cgit v1.2.3