From 6ddb1b2a0fb39c758c975652b242bbfa8feaea57 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 16 Mar 2013 15:07:54 +0100 Subject: Support "open in webapp" && "install webapp" links And now... :D --- src/application.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index e1801345..e9efc0fb 100644 --- a/src/application.h +++ b/src/application.h @@ -123,6 +123,8 @@ public Q_SLOTS: WebTab *newWebApp(); + void createWebAppShortcut(const QString & urlString = QString(), const QString & titleString = QString()); + protected: // This is used to track which window was activated most recently bool eventFilter(QObject *watched, QEvent *event); @@ -138,8 +140,6 @@ private Q_SLOTS: void queryQuit(); - void createWebAppShortcut(); - void newPrivateBrowsingWindow(); void pageCreated(WebPage *); -- cgit v1.2.1