diff options
author | Rohan Garg <rohangarg@ubuntu.com> | 2010-08-24 23:18:27 +0530 |
---|---|---|
committer | Rohan Garg <rohangarg@ubuntu.com> | 2010-08-24 23:18:27 +0530 |
commit | f687d43abdf8467b448c8922a3d0b85a3068225c (patch) | |
tree | bfd7d6978cf9460e3fda58fde6a19a9c0280b715 /src | |
parent | Switch to faster comparisons of about: URL's with QByteArray, thanks to Hara... (diff) | |
download | rekonq-f687d43abdf8467b448c8922a3d0b85a3068225c.tar.xz |
Formatting++
modified: src/application.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/application.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index 6bc512ca..df4c3d51 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -356,7 +356,6 @@ KIcon Application::icon(const KUrl &url) if (encodedUrl == QByteArray("about:downloads")) return KIcon("download"); - KIcon icon = KIcon(QWebSettings::iconForUrl(url)); if (icon.isNull()) { |