summaryrefslogtreecommitdiff
path: root/src/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-02-13 22:13:05 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-03-13 10:24:41 +0100
commitac7c15f3ed41a51b830a79ab5c78e0580e42e798 (patch)
treefb25ede8736fda823765edd99f14a427dbff97a7 /src/webtab.h
parentUpdate adblock dialog (diff)
downloadrekonq-ac7c15f3ed41a51b830a79ab5c78e0580e42e798.tar.xz
Add adblock icon to inform users that some contents was hidden
This is a patch by Andrea Di Menna, changed a bit to allow element blocked/hided listing (you'll see it in next commit) REVIEW:102761 REVIEWED-BY: adjam
Diffstat (limited to 'src/webtab.h')
-rw-r--r--src/webtab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webtab.h b/src/webtab.h
index 5c04b683..b0c849ef 100644
--- a/src/webtab.h
+++ b/src/webtab.h
@@ -89,6 +89,8 @@ public:
void setPart(KParts::ReadOnlyPart *p, const KUrl &u);
+ bool hasAdBlockedElements();
+
private Q_SLOTS:
void updateProgress(int progress);
void resetProgress();