contentstorage/caclient/s60/src/camenuiconutility.cpp
changeset 102 8b8b34fa9751
parent 99 7aaf39b772ac
child 106 e78d6e055a5b
equal deleted inserted replaced
100:0920c6a9b6c8 102:8b8b34fa9751
   223         icon = getDefaultIcon(entry);
   223         icon = getDefaultIcon(entry);
   224     }
   224     }
   225  
   225  
   226     if (entry.entryTypeName() == XQConversions::s60DescToQString(
   226     if (entry.entryTypeName() == XQConversions::s60DescToQString(
   227             KCaTypeWidget)) {
   227             KCaTypeWidget)) {
   228         icon.addBadge(Qt::AlignBottom | Qt::AlignLeft,
   228         icon.addBadge(Qt::AlignBottom | Qt::AlignRight,
   229 		    HbIcon("qtg_small_homescreen"));
   229 		    HbIcon("qtg_small_homescreen"));
   230     }
   230     }
   231     return icon;
   231     return icon;
   232 }
   232 }