diff options
Diffstat (limited to 'src/mainwindow.hpp')
| -rw-r--r-- | src/mainwindow.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp index 7cce992..e343033 100644 --- a/src/mainwindow.hpp +++ b/src/mainwindow.hpp @@ -49,6 +49,10 @@ public: //! Applies setting changes to the window. void applySettings(); + //! Gets/sets the current tab of this window + int currentTabIndex(); + void setCurrentTabIndex(int); + void mousePressEvent(QMouseEvent *event) override; void closeEvent(QCloseEvent *event) override; |
