contentstorage/caclient/stub/inc/caobjectadapter.h
changeset 115 3ab5c078b490
parent 103 b99b84bcd2d1
equal deleted inserted replaced
109:e0aa398e6810 115:3ab5c078b490
    30 
    30 
    31 class CaObjectAdapter
    31 class CaObjectAdapter
    32 {
    32 {
    33 public:
    33 public:
    34 
    34 
    35     static HbIcon makeIcon(const CaEntry &entry, const QSize &size);
    35     static HbIcon makeIcon(const CaEntry &entry, const QSizeF &size);
    36 
    36 
    37     static void setId(CaEntry &entry, int id);
    37     static void setId(CaEntry &entry, int id);
    38 
    38 
    39     static void setId(CaIconDescription &iconDescription, int id);
    39     static void setId(CaIconDescription &iconDescription, int id);
    40                       
    40