X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fwidgets%2FTabWidget.h;fp=src%2Fwidgets%2FTabWidget.h;h=2b63a63203bc9d11dd95db59ebce45ef8f7adcfd;hp=525c81a291c170edb3342156f60251ec2fe8fcff;hb=8292f934246cb283e1b0c32f4388c674f275c7aa;hpb=54a0c11dd3ded081bbdabbe9fa26e27172d05e8f diff --git a/src/widgets/TabWidget.h b/src/widgets/TabWidget.h index 525c81a..2b63a63 100644 --- a/src/widgets/TabWidget.h +++ b/src/widgets/TabWidget.h @@ -84,7 +84,7 @@ signals: public Q_SLOTS: // The public slots. - void addTab(); + PrivacyWebEngineView* addTab(); void addCookieToStore(QNetworkCookie cookie, QWebEngineCookieStore *webEngineCookieStorePointer = nullptr) const; void applyApplicationSettings(); void applyDomainSettingsAndReload();