X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fwidgets%2FTabWidget.h;fp=src%2Fwidgets%2FTabWidget.h;h=e47370c3ec4480e811091e757966e5533d95cf6c;hp=4cbfe97eb5bcd92cbf25f7055666f64fc5e2a704;hb=a2737fd8ee243b19080acdda891efb44674808e3;hpb=c443cca294f7b5b4c71ea55094dcfd685c9a2256 diff --git a/src/widgets/TabWidget.h b/src/widgets/TabWidget.h index 4cbfe97..e47370c 100644 --- a/src/widgets/TabWidget.h +++ b/src/widgets/TabWidget.h @@ -100,7 +100,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, const QString urlString = nullptr); + PrivacyWebEngineView* addTab(const bool removeUrlLineEditFocus = false, const bool adjacent = false, const bool backgroundTab = false, const QString urlString = nullptr); void applyApplicationSettings(); void applyDomainSettingsAndReload(); void applyOnTheFlySearchEngine(QAction *searchEngineActionPointer);