X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=inline;f=src%2Fwidgets%2FTabWidget.h;fp=src%2Fwidgets%2FTabWidget.h;h=6a24313b74561389ab87b35f1b1478554a7802e7;hb=8689d74c8a97cbeb81b69bed8e195ed68bca2ee1;hp=2b63a63203bc9d11dd95db59ebce45ef8f7adcfd;hpb=8292f934246cb283e1b0c32f4388c674f275c7aa;p=PrivacyBrowserPC.git diff --git a/src/widgets/TabWidget.h b/src/widgets/TabWidget.h index 2b63a63..6a24313 100644 --- a/src/widgets/TabWidget.h +++ b/src/widgets/TabWidget.h @@ -84,8 +84,8 @@ signals: public Q_SLOTS: // The public slots. - PrivacyWebEngineView* addTab(); void addCookieToStore(QNetworkCookie cookie, QWebEngineCookieStore *webEngineCookieStorePointer = nullptr) const; + PrivacyWebEngineView* addTab(const bool focusNewWebEngineView=false); void applyApplicationSettings(); void applyDomainSettingsAndReload(); void applyDomainSettingsWithoutReloading(const QString &hostname);