summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/api/qtwebenginequickglobal.cpp
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2021-07-13 14:40:43 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2021-07-19 14:33:25 +0200
commit6f97b43350f7949029045a37f226dd81e23e25d1 (patch)
treec69ddaea920ae03170e6ab08c157c27b5cdee7bb /src/webenginequick/api/qtwebenginequickglobal.cpp
parent044b51459ba9cc808740d8b5188cedb6ab4903ef (diff)
Clean up quick API
Pick-to: 6.2 Change-Id: I9407d407b203b8e2bb13768e5a899624ea47282a Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/webenginequick/api/qtwebenginequickglobal.cpp')
-rw-r--r--src/webenginequick/api/qtwebenginequickglobal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webenginequick/api/qtwebenginequickglobal.cpp b/src/webenginequick/api/qtwebenginequickglobal.cpp
index 68e4a7c3b..d441c9f36 100644
--- a/src/webenginequick/api/qtwebenginequickglobal.cpp
+++ b/src/webenginequick/api/qtwebenginequickglobal.cpp
@@ -37,9 +37,9 @@
**
****************************************************************************/
+#include <QtCore/qcoreapplication.h>
+#include <QtQuick/qquickwindow.h>
#include <QtWebEngineQuick/qtwebenginequickglobal.h>
-#include <QCoreApplication>
-#include <QQuickWindow>
namespace QtWebEngineCore
{