summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-23 01:34:47 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-23 01:34:47 +0200
commite435ee3eae6285fb9d48cc011a1cefc08429b873 (patch)
tree7b50558119a413e4939a53e7ddf053eb0f90cd43 /src/mainview.h
parentMerge branch 'master' of gitorious.org:rekonq/mainline (diff)
downloadrekonq-e435ee3eae6285fb9d48cc011a1cefc08429b873.tar.xz
Dramatically improved "detach tab" performances..
Need to round some corners, yet.
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h2
1 files changed, 1 insertions, 1 deletions
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();