summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 636d37ac..f0a1982f 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -125,14 +125,17 @@ public slots:
*/
void newTab();
+ // Indexed slots
void cloneTab(int index = -1);
void closeTab(int index = -1, bool del = true);
- void closeOtherTabs(int index);
+ void closeOtherTabs(int index = -1);
void reloadTab(int index = -1);
+ void detachTab(int index = -1);
+
void reloadAllTabs();
void nextTab();
void previousTab();
- void detachTab(int index = -1);
+
void openClosedTabs();
void openClosedTab();
void switchToTab();