From edf7669b9a16dc552453c9c257c7289e7d06fa37 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 28 Apr 2010 11:36:21 +0200 Subject: Right icon button fix --- src/webpage.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webpage.cpp') diff --git a/src/webpage.cpp b/src/webpage.cpp index b4ab264b..efec20cf 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -312,6 +312,8 @@ void WebPage::handleUnsupportedContent(QNetworkReply *reply) void WebPage::loadFinished(bool ok) { + Q_UNUSED(ok); + Application::adblockManager()->applyHidingRules(this); QStringList list = ReKonfig::walletBlackList(); -- cgit v1.2.1