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/application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index c268d586..fe3c50c1 100644 --- a/src/application.h +++ b/src/application.h @@ -102,7 +102,7 @@ public: static Application *instance(); MainWindow *mainWindow(); - MainWindow *newMainWindow(); + MainWindow *newMainWindow(bool withTab = true); MainWindowList mainWindowList(); static KIcon icon(const KUrl &url); -- cgit v1.2.1