diff options
Diffstat (limited to 'src/webtab/webtab.h')
-rw-r--r-- | src/webtab/webtab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h index 361da2c4..0a12c756 100644 --- a/src/webtab/webtab.h +++ b/src/webtab/webtab.h @@ -102,6 +102,8 @@ private Q_SLOTS: void webAppTitleChanged(QString); void webAppIconChanged(); + void toggleInspector(bool); + Q_SIGNALS: void loadProgressing(); void titleChanged(const QString &); |