diff options
Diffstat (limited to 'src/components/channeltabswitcherhandy.hpp')
-rw-r--r-- | src/components/channeltabswitcherhandy.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/channeltabswitcherhandy.hpp b/src/components/channeltabswitcherhandy.hpp index 37a71ee..561d463 100644 --- a/src/components/channeltabswitcherhandy.hpp +++ b/src/components/channeltabswitcherhandy.hpp @@ -25,6 +25,8 @@ public: void GoBackOnCurrent(); void GoForwardOnCurrent(); + [[nodiscard]] int GetNumberOfTabs() const; + private: void CheckUnread(Snowflake id); void ClearPage(HdyTabPage *page); |