summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-02-13 22:48:51 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-03-13 10:24:42 +0100
commit908a1dbfb08c30ae2a92ce7f6e36a9e88e8b5d09 (patch)
treec9bcf7d01b3553ad934bea9e1279a02e409accfb /src/webview.h
parentAdd adblock icon to inform users that some contents was hidden (diff)
downloadrekonq-908a1dbfb08c30ae2a92ce7f6e36a9e88e8b5d09.tar.xz
Let rekonq block sparse images (this idea has been copied from Arora)
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h
index 18977798..3ae9b7e9 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -108,6 +108,9 @@ private Q_SLOTS:
void loadStarted();
+ void blockImage();
+
+
Q_SIGNALS:
void loadUrl(const KUrl &, const Rekonq::OpenType &);
void zoomChanged(int);