summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-11-28 22:47:42 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:06 +0100
commit66edb6d66102e2ae7c0fd234f932b515fe101635 (patch)
tree8959057e403502301683c01b8aac6eb18e675464 /src/webtab/webtab.h
parentOpen focused link when launched from web app (diff)
downloadrekonq-66edb6d66102e2ae7c0fd234f932b515fe101635.tar.xz
Restoring inspector, part 1
restored action and code to activate/deactivate it
Diffstat (limited to 'src/webtab/webtab.h')
-rw-r--r--src/webtab/webtab.h2
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 &);