contentstorage/caclient/inc/caiconcache.h
changeset 112 dbfb5e38438b
parent 93 82b66994846c
--- a/contentstorage/caclient/inc/caiconcache.h	Fri Aug 06 13:40:46 2010 +0300
+++ b/contentstorage/caclient/inc/caiconcache.h	Wed Aug 18 10:39:24 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: