summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginescript.h
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2021-07-08 14:35:56 +0200
committerPeter Varga <pvarga@inf.u-szeged.hu>2021-07-08 15:01:14 +0000
commit8c30f95f2a9b5de6d638f68bd3ab2bdaac7e1995 (patch)
treece01a496101a0476fb862ac33f436855ddac6220 /src/core/api/qwebenginescript.h
parent1d988d971bc4270ba3d148e8e2c143bf8f625b6e (diff)
Clean up includes, forward declarations and friends in core api
Pick-to: 6.2 Change-Id: I58e2dc2443bca75b0d315694c9f6503251a7be02 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/api/qwebenginescript.h')
-rw-r--r--src/core/api/qwebenginescript.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/api/qwebenginescript.h b/src/core/api/qwebenginescript.h
index 0c1849dac..a43f485a1 100644
--- a/src/core/api/qwebenginescript.h
+++ b/src/core/api/qwebenginescript.h
@@ -109,9 +109,7 @@ public:
void swap(QWebEngineScript &other) { qSwap(d, other.d); }
private:
- friend class QQuickWebEngineScriptCollectionPrivate;
friend class QWebEngineScriptCollectionPrivate;
- friend class QWebEngineScriptCollection;
QWebEngineScript(const QtWebEngineCore::UserScript &);
QSharedDataPointer<QtWebEngineCore::UserScript> d;