From 02d9b5fe590303e540c1ff9111e0cfe3194f7e7d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 25 Sep 2012 18:02:23 +0200 Subject: New Private Browsing mode :D --- src/application.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/application.h') 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; -- cgit v1.2.1