From e81948d7b150c47e6776d87f8095de52a340b02d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 5 Dec 2012 18:09:44 +0100 Subject: Fix open external link on web app --- 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 5e1be2e4..d5165a55 100644 --- a/src/application.h +++ b/src/application.h @@ -43,7 +43,7 @@ class TabWindow; class WebWindow; class WebTab; - +class WebPage; typedef QList< QWeakPointer > TabWindowList; typedef QList WebAppList; @@ -112,6 +112,8 @@ private Q_SLOTS: void createWebAppShortcut(); void newPrivateBrowsingWindow(); + + void pageCreated(WebPage *); private: TabWindowList m_tabWindows; -- cgit v1.2.1