diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-01-15 11:15:21 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-01-15 11:15:21 +0100 |
commit | 1efea8ed92f07e8a1156d87fa59f259e3b78bccd (patch) | |
tree | 9e46d48df9d7b43b5de58ffb93b4194dac8ef0b3 /src/iconmanager.h | |
parent | Rework on load/stop/reload action (diff) | |
download | rekonq-1efea8ed92f07e8a1156d87fa59f259e3b78bccd.tar.xz |
Move icon manager download system to QNAM
& Search also for favicon.ico files
This seems to be the unique method to surely workaround this bug
rekonq encounters when tries to load an unextant favicon with KIO (see
BUG:289029
)
Diffstat (limited to 'src/iconmanager.h')
-rw-r--r-- | src/iconmanager.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/iconmanager.h b/src/iconmanager.h index a7d03edc..4f4b9871 100644 --- a/src/iconmanager.h +++ b/src/iconmanager.h @@ -2,7 +2,7 @@ * * This file is a part of the rekonq project * -* Copyright (C) 2010-2011 by Andrea Diamantini <adjam7 at gmail dot com> +* Copyright (C) 2010-2012 by Andrea Diamantini <adjam7 at gmail dot com> * * * This program is free software; you can redistribute it and/or @@ -57,10 +57,6 @@ public: void saveDesktopIconForUrl(const KUrl &u); -private Q_SLOTS: - void doLastStuffs(KJob *); - void notifyLastStuffs(KJob *); - Q_SIGNALS: void iconChanged(); |