diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-28 11:36:21 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-28 11:36:21 +0200 |
commit | edf7669b9a16dc552453c9c257c7289e7d06fa37 (patch) | |
tree | 6f61c4fb192ed94471d1cadeb49722f1b2138b2c /src/webpage.cpp | |
parent | rekonq 0.4.65 (diff) | |
download | rekonq-edf7669b9a16dc552453c9c257c7289e7d06fa37.tar.xz |
Right icon button fix
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 2 |
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(); |