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