diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-28 00:47:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-28 00:47:39 +0200 |
commit | d0e27fe911c8f5081ee80d85e47143786df59dd8 (patch) | |
tree | e9c37c757c6c91dfca06f647c67f5234c6b1f99c /src/webpage.cpp | |
parent | Remove the "is readable" check. Now things seem work. (diff) | |
download | rekonq-d0e27fe911c8f5081ee80d85e47143786df59dd8.tar.xz |
- Fixed layouts in the *ListItem classes
- Browse before than Search
- remove some warning messages
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index 021856f7..b4ab264b 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -312,11 +312,6 @@ void WebPage::handleUnsupportedContent(QNetworkReply *reply) void WebPage::loadFinished(bool ok) { - kDebug() << "==========================="; - kDebug() << ok; - kDebug() << mainFrame()->url(); - kDebug() << "==========================="; - Application::adblockManager()->applyHidingRules(this); QStringList list = ReKonfig::walletBlackList(); |