From 9dc07f24c01c152d23c22cefab50db43fe517e95 Mon Sep 17 00:00:00 2001 From: Nikhil Marathe Date: Mon, 24 May 2010 16:48:49 +0530 Subject: Added actions to switch to Tab #n BUG: 235107 --- src/mainview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainview.h') 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(); -- cgit v1.2.1