From 94144b358301b69639f96e4f674b876b99ffa26e Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 11 Jan 2020 14:08:41 +0200 Subject: Refactor WebViewContextMenu - Remove KDE Wallet code --- src/webengine/webview.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/webengine/webview.h') diff --git a/src/webengine/webview.h b/src/webengine/webview.h index 6fcbe3a..e5cd7fb 100644 --- a/src/webengine/webview.h +++ b/src/webengine/webview.h @@ -14,9 +14,13 @@ class WebProfile; class SubWindow; +class WebViewContextMenu; class WebView : public QWebEngineView { + friend class WebViewContextMenu; + Q_OBJECT + public: explicit WebView(WebProfile *profile = nullptr, QWidget *parent = nullptr); ~WebView() = default; -- cgit v1.2.1