summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginescript.h
diff options
context:
space:
mode:
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;