X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwidgets%2FTabWidget.h;h=4cbfe97eb5bcd92cbf25f7055666f64fc5e2a704;hb=c443cca294f7b5b4c71ea55094dcfd685c9a2256;hp=ab6167188c8d09d4949c4574213c03c381c0e435;hpb=bc134c3e83b97b4b82733feaa39e0bd99bb0fcc3;p=PrivacyBrowserPC.git diff --git a/src/widgets/TabWidget.h b/src/widgets/TabWidget.h index ab61671..4cbfe97 100644 --- a/src/widgets/TabWidget.h +++ b/src/widgets/TabWidget.h @@ -62,6 +62,7 @@ public: QString getCurrentTabUrl() const; QString& getDomainSettingsName() const; void setTabBarVisible(const bool visible) const; + void toggleDeveloperTools(const bool enabled) const; void toggleDomStorage() const; void toggleFindCaseSensitive(const QString &text); void toggleJavaScript() const; @@ -82,6 +83,7 @@ signals: void updateBackAction(const bool &isEnabled) const; void updateCookiesAction(const int numberOfCookies) const; void updateDefaultZoomFactor(const double newDefaultZoomFactor) const; + void updateDeveloperToolsAction(const bool &isEnabled) const; void updateDomStorageAction(const bool &isEnabled) const; void updateDomainSettingsIndicator(const bool status) const; void updateFindText(const QString &text, const bool findCaseSensitive) const; @@ -117,6 +119,7 @@ public Q_SLOTS: void refresh() const; void reloadAndBypassCache() const; void saveArchive(); + void stop() const; private Q_SLOTS: // The private slots.