diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-23 01:34:47 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-23 01:34:47 +0200 |
commit | e435ee3eae6285fb9d48cc011a1cefc08429b873 (patch) | |
tree | 7b50558119a413e4939a53e7ddf053eb0f90cd43 /src/application.h | |
parent | Merge branch 'master' of gitorious.org:rekonq/mainline (diff) | |
download | rekonq-e435ee3eae6285fb9d48cc011a1cefc08429b873.tar.xz |
Dramatically improved "detach tab" performances..
Need to round some corners, yet.
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |