summaryrefslogtreecommitdiff
path: root/src/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/application.h')
-rw-r--r--src/application.h4
1 files changed, 2 insertions, 2 deletions
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 *);