From 2d52276803a4145546f74d5d179091667e9186ab Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 11 Sep 2010 12:09:47 +0200 Subject: This commit aims to fix all troubles with favicons retrieving. There is at least just another one about threading. But I'm not 100% sure about. And anyway, it will be eventually addressed after 0.6 release.. --- src/iconmanager.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/iconmanager.h') diff --git a/src/iconmanager.h b/src/iconmanager.h index 9e451431..724d631a 100644 --- a/src/iconmanager.h +++ b/src/iconmanager.h @@ -54,9 +54,18 @@ public: void downloadIconFromUrl(const KUrl &url); void clearIconCache(); - + +private Q_SLOTS: + void doLastStuffs(KJob *); + void notifyLastStuffs(KJob *); + Q_SIGNALS: void iconChanged(); + +private: + bool existsIconForUrl(const KUrl &url); + + QString _faviconsDir; }; -- cgit v1.2.1