summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/api/qquickwebengineprofile_p.h
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2021-07-13 14:40:43 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-20 09:21:44 +0000
commit4c7b47a3b46594fa54dda993eebc08c74d1b3a3c (patch)
treee1e078776ccb8fa60eac3f4b4c4b150f5a47e404 /src/webenginequick/api/qquickwebengineprofile_p.h
parentcd1799eecf578fa42ee6e31f5caefe7db191fd37 (diff)
Clean up quick API
Change-Id: I9407d407b203b8e2bb13768e5a899624ea47282a Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit 6f97b43350f7949029045a37f226dd81e23e25d1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/webenginequick/api/qquickwebengineprofile_p.h')
-rw-r--r--src/webenginequick/api/qquickwebengineprofile_p.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/webenginequick/api/qquickwebengineprofile_p.h b/src/webenginequick/api/qquickwebengineprofile_p.h
index 8e465d876..5ff3c6913 100644
--- a/src/webenginequick/api/qquickwebengineprofile_p.h
+++ b/src/webenginequick/api/qquickwebengineprofile_p.h
@@ -52,19 +52,20 @@
//
#include "profile_adapter_client.h"
-#include "profile_adapter.h"
#include "qquickwebengineprofile.h"
-#include <QExplicitlySharedDataPointer>
-#include <QMap>
-#include <QPointer>
-#include <QSharedPointer>
+#include <QtCore/qmap.h>
+#include <QtCore/qpointer.h>
+#include <QtCore/qsharedpointer.h>
+
+namespace QtWebEngineCore {
+class ProfileAdapter;
+}
QT_BEGIN_NAMESPACE
class QQuickWebEngineDownloadRequest;
class QQuickWebEngineSettings;
-class QQuickWebEngineViewPrivate;
class QQuickWebEngineScriptCollection;
class QQuickWebEngineProfilePrivate : public QtWebEngineCore::ProfileAdapterClient {