summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-10-30 19:39:27 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:06 +0100
commit546cd34324529dbfdf7a26660e349e0b92c95348 (patch)
tree04bed3623d7d1e0d6c853a2c2aa5e8e1e4e4161f /src/application.h
parentwork on the findbar (diff)
downloadrekonq-546cd34324529dbfdf7a26660e349e0b92c95348.tar.xz
Improve webapp creation, fixing title name choice
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h2
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);