]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/widgets/PrivacyWebEngineView.h
Implement loading of new tabs from the context menu.
[PrivacyBrowserPC.git] / src / widgets / PrivacyWebEngineView.h
index 3869fc34ac2d938f6b150b3bf3be5ff76462f351..8a049576438953b23d72852889b97354c17d17b5 100644 (file)
@@ -46,5 +46,9 @@ public Q_SLOTS:
     // The public slots.
     void addCookieToList(const QNetworkCookie &cookie) const;
     void removeCookieFromList(const QNetworkCookie &cookie) const;
+
+protected:
+    // The protected functions.
+    QWebEngineView* createWindow(QWebEnginePage::WebWindowType webWindowType) override;
 };
 #endif