contentstorage/caclient/inc/caiconcache.h
changeset 115 3ab5c078b490
parent 73 4bc7b118b3df
--- a/contentstorage/caclient/inc/caiconcache.h	Wed Aug 18 10:05:49 2010 +0300
+++ b/contentstorage/caclient/inc/caiconcache.h	Thu Sep 02 20:45:03 2010 +0300
@@ -36,15 +36,14 @@
 public:
 
     static CaIconCache *cache();
-    bool exist(const CaEntry &entry, const QSize &size);
-    HbIcon icon(const CaEntry &entry, const QSize &size);
-    void insert(const CaEntry &entry, const QSize &size, const HbIcon &icon);
+    HbIcon icon(const CaEntry &entry, const QSizeF &size);
+    void insert(const CaEntry &entry, const QSizeF &size, const HbIcon &icon);
 
 private:
 
     explicit CaIconCache(QObject *parent = 0);
     ~CaIconCache();
-    QString key(const CaEntry &entry, const QSize &size = QSize());
+    QString key(const CaEntry &entry, const QSizeF &size = QSizeF());
 
 private slots: