From e435ee3eae6285fb9d48cc011a1cefc08429b873 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 23 Apr 2010 01:34:47 +0200 Subject: Dramatically improved "detach tab" performances.. Need to round some corners, yet. --- src/mainview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 272cf82e..367fcb13 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -123,7 +123,7 @@ public slots: void newTab(); void cloneTab(int index = -1); - void closeTab(int index = -1); + void closeTab(int index = -1, bool del = true); void closeOtherTabs(int index); void reloadTab(int index = -1); void reloadAllTabs(); -- cgit v1.2.1