diff options
Diffstat (limited to 'src/application.h')
-rw-r--r-- | src/application.h | 4 |
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; |