diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 23db69c0..f57c30b5 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -127,7 +127,8 @@ public slots: void reloadAllTabs(); void nextTab(); void previousTab(); - + void detachTab(int index = -1); + // WEB slot actions void webReload(); void webStop(); |