diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index 0cff4c81..636d37ac 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -135,6 +135,7 @@ public slots: void detachTab(int index = -1); void openClosedTabs(); void openClosedTab(); + void switchToTab(); // WEB slot actions void webReload(); |