From ac7c15f3ed41a51b830a79ab5c78e0580e42e798 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 13 Feb 2012 22:13:05 +0100 Subject: 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 --- src/webtab.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/webtab.cpp') diff --git a/src/webtab.cpp b/src/webtab.cpp index 57f46ea4..8db44dd8 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -347,3 +347,9 @@ void WebTab::showMessageBar() connect(msgBar, SIGNAL(accepted()), rApp->sessionManager(), SLOT(restoreCrashedSession())); } + + +bool WebTab::hasAdBlockedElements() +{ + return page()->hasAdBlockedElements(); +} -- cgit v1.2.1