From 56585bc34834955a55cee8a8c1c70cb031d40fe3 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 28 Nov 2009 18:46:28 +0100 Subject: removed current bugged adblock implementation. Sorry about that :( --- src/webpage.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/webpage.h') diff --git a/src/webpage.h b/src/webpage.h index eb558220..bb2c8cff 100644 --- a/src/webpage.h +++ b/src/webpage.h @@ -51,8 +51,6 @@ public: explicit WebPage(QObject *parent = 0, qlonglong windowId = 0); ~WebPage(); - virtual bool authorizedRequest(const QUrl &url) const; - public slots: void manageNetworkErrors(QNetworkReply *reply); -- cgit v1.2.1