X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fwidgets%2FPrivacyWebEngineView.h;fp=src%2Fwidgets%2FPrivacyWebEngineView.h;h=8a049576438953b23d72852889b97354c17d17b5;hp=3869fc34ac2d938f6b150b3bf3be5ff76462f351;hb=8292f934246cb283e1b0c32f4388c674f275c7aa;hpb=54a0c11dd3ded081bbdabbe9fa26e27172d05e8f diff --git a/src/widgets/PrivacyWebEngineView.h b/src/widgets/PrivacyWebEngineView.h index 3869fc3..8a04957 100644 --- a/src/widgets/PrivacyWebEngineView.h +++ b/src/widgets/PrivacyWebEngineView.h @@ -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