aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.hpp')
-rw-r--r--src/mainwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.hpp b/src/mainwindow.hpp
index 4f482b8..d81583c 100644
--- a/src/mainwindow.hpp
+++ b/src/mainwindow.hpp
@@ -61,6 +61,8 @@ public:
void closeEvent(QCloseEvent *event) override;
private slots:
+ void on_tab_closed();
+
void on_browser_tabs_currentChanged(int index);
void on_browser_tabs_tabCloseRequested(int index);