X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fwidgets%2FTabWidget.h;fp=src%2Fwidgets%2FTabWidget.h;h=6a24313b74561389ab87b35f1b1478554a7802e7;hp=2b63a63203bc9d11dd95db59ebce45ef8f7adcfd;hb=8689d74c8a97cbeb81b69bed8e195ed68bca2ee1;hpb=8292f934246cb283e1b0c32f4388c674f275c7aa 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);