summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab/webtab.h')
-rw-r--r--src/webtab/webtab.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h
index 6a9e844f..361da2c4 100644
--- a/src/webtab/webtab.h
+++ b/src/webtab/webtab.h
@@ -98,6 +98,10 @@ private Q_SLOTS:
void zoomOut();
void zoomDefault();
+ // webapp slots per title & icon
+ void webAppTitleChanged(QString);
+ void webAppIconChanged();
+
Q_SIGNALS:
void loadProgressing();
void titleChanged(const QString &);