summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-28 11:36:21 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-28 11:36:21 +0200
commitedf7669b9a16dc552453c9c257c7289e7d06fa37 (patch)
tree6f61c4fb192ed94471d1cadeb49722f1b2138b2c /src/webpage.cpp
parentrekonq 0.4.65 (diff)
downloadrekonq-edf7669b9a16dc552453c9c257c7289e7d06fa37.tar.xz
Right icon button fix
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r--src/webpage.cpp2
1 files changed, 2 insertions, 0 deletions
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();