summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-09-25 18:02:23 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commit02d9b5fe590303e540c1ff9111e0cfe3194f7e7d (patch)
treef2515238feb6593efc89621805046cca4d24b968 /src/application.h
parentDon't overwrite downloads by default (diff)
downloadrekonq-02d9b5fe590303e540c1ff9111e0cfe3194f7e7d.tar.xz
New Private Browsing mode :D
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/application.h b/src/application.h
index 240963ef..0b3711ac 100644
--- a/src/application.h
+++ b/src/application.h
@@ -88,7 +88,7 @@ public Q_SLOTS:
const Rekonq::OpenType& type = Rekonq::CurrentTab
);
- TabWindow *newTabWindow();
+ TabWindow *newTabWindow(bool withTab = true, bool PrivateBrowsingMode = false);
protected:
// This is used to track which window was activated most recently
@@ -108,6 +108,8 @@ private Q_SLOTS:
void createWebAppShortcut();
void newTab();
+
+ void newPrivateBrowsingWindow();
private:
TabWindowList m_tabWindows;