diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-24 16:22:02 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-24 16:22:02 +0200 |
commit | ddd86a17a26b88fe39df17459bef587aa22a16d3 (patch) | |
tree | f2327733717a5a149f68e17daee540f529f32d64 /src/mainview.h | |
parent | New dns prefetch webkit property and updated local storage one (diff) | |
parent | Detach tab. last fixes. (diff) | |
download | rekonq-ddd86a17a26b88fe39df17459bef587aa22a16d3.tar.xz |
Merge branch 'DETACH_TAB'
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
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(); |