diff options
Diffstat (limited to 'src/components/channeltabswitcherhandy.hpp')
-rw-r--r-- | src/components/channeltabswitcherhandy.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/channeltabswitcherhandy.hpp b/src/components/channeltabswitcherhandy.hpp index a0149be..272cad0 100644 --- a/src/components/channeltabswitcherhandy.hpp +++ b/src/components/channeltabswitcherhandy.hpp @@ -26,6 +26,7 @@ public: void GoForwardOnCurrent(); void GoToPreviousTab(); void GoToNextTab(); + void GoToTab(int idx); [[nodiscard]] int GetNumberOfTabs() const; |