summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-05-17 19:34:53 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-05-17 19:34:53 +0200
commit4bb39eaad8dcff57c297aaf9542113d2eaed9067 (patch)
tree7327f811812c651923b312960a7abb589f93f90d /src/mainwindow.h
parentaf27aa93c6dfae8aeb38b97b5f10c23a80816b29 (diff)
Make tabs closable. Load file list and master file state back into file list widget.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index ad9e2ed..c5fcc9a 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -54,6 +54,8 @@ public slots:
void saveProjectAs();
void projectChanged();
+ void closeTab(int tab);
+
protected:
void closeEvent(QCloseEvent*);