summaryrefslogtreecommitdiff
path: root/src/iconmanager.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-09-10 03:53:37 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-09-10 03:53:37 +0200
commit94296c27926dd3d6d9267e088153d527e8ff122b (patch)
tree735fc6f6da599ff262d5263a0c5702b0d2ea9dad /src/iconmanager.h
parentIconManager cleanup (diff)
downloadrekonq-94296c27926dd3d6d9267e088153d527e8ff122b.tar.xz
Reimplemented the clearIconCache method
Diffstat (limited to 'src/iconmanager.h')
-rw-r--r--src/iconmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iconmanager.h b/src/iconmanager.h
index 826706b7..9e451431 100644
--- a/src/iconmanager.h
+++ b/src/iconmanager.h
@@ -52,6 +52,8 @@ public:
void provideIcon(QWebPage *page, const KUrl &url, bool notify = true);
void downloadIconFromUrl(const KUrl &url);
+
+ void clearIconCache();
Q_SIGNALS:
void iconChanged();