diff options
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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 |