From 23a43a4d9040e1422ab5ac5dc41c6dc4272b0f84 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 20 Jan 2013 16:58:50 +0100 Subject: Fix IconManager to let webapp window favicons work --- src/application.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index 9aa7693d..8fb15b5a 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -447,6 +447,12 @@ TabWindowList Application::tabWindowList() } +WebAppList Application::webAppList() +{ + return m_webApps; +} + + bool Application::eventFilter(QObject* watched, QEvent* event) { // Track which window was activated most recently to prefer it on window choosing -- cgit v1.2.1