diff options
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(); |