X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fwidgets%2FTabWidget.h;h=ab21a4cc5ef7b1b53f1bfbfd1fe7eefa5899a3f3;hp=57082e0ffa4fd5abc40449881f6116065eaaee74;hb=c76e7c8baa9761d771e5891ee699ea6ddc78c23a;hpb=5459c24d9234b0973a1f0709f35391c6ccfe0c6f diff --git a/src/widgets/TabWidget.h b/src/widgets/TabWidget.h index 57082e0..ab21a4c 100644 --- a/src/widgets/TabWidget.h +++ b/src/widgets/TabWidget.h @@ -94,7 +94,7 @@ signals: public Q_SLOTS: // The public slots. void addCookieToStore(QNetworkCookie cookie, QWebEngineCookieStore *webEngineCookieStorePointer = nullptr) const; - PrivacyWebEngineView* addTab(const bool removeUrlLineEditFocus=false, const bool backgroundTab=false); + PrivacyWebEngineView* addTab(const bool removeUrlLineEditFocus = false, const bool backgroundTab = false, const QString urlString = nullptr); void applyApplicationSettings(); void applyDomainSettingsAndReload(); void applyOnTheFlySearchEngine(QAction *searchEngineActionPointer);