From 546cd34324529dbfdf7a26660e349e0b92c95348 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 30 Oct 2012 19:39:27 +0100 Subject: Improve webapp creation, fixing title name choice --- src/application.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index 3750547c..679c3aad 100644 --- a/src/application.h +++ b/src/application.h @@ -92,6 +92,8 @@ public Q_SLOTS: TabWindow *newTabWindow(bool withTab = true, bool PrivateBrowsingMode = false); + WebTab *newWebApp(); + protected: // This is used to track which window was activated most recently bool eventFilter(QObject *watched, QEvent *event); -- cgit v1.2.1