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/application.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/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); |