From 94296c27926dd3d6d9267e088153d527e8ff122b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 10 Sep 2010 03:53:37 +0200 Subject: Reimplemented the clearIconCache method --- src/iconmanager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/iconmanager.h') 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(); -- cgit v1.2.1