src/hbservers/hbthemeserver/hbiconcacheitemcreator_p.h
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 21 4633027730f5
child 34 ed14f46c0e55
--- a/src/hbservers/hbthemeserver/hbiconcacheitemcreator_p.h	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbservers/hbthemeserver/hbiconcacheitemcreator_p.h	Thu May 27 13:10:59 2010 +0300
@@ -64,12 +64,12 @@
 {
 public:
 
-    static HbIconCacheItem* createCacheItem(const HbIconKey &key,
+    static HbIconCacheItem *createCacheItem(const HbIconKey &key,
                                             HbIconLoader::IconLoaderOptions options,
                                             const QString &format,
                                             HbRenderingMode currentRenderingMode,
                                             bool isMultiPiece = false);
-    static void createCacheItem(HbIconCacheItem& iconCacheItem,
+    static void createCacheItem(HbIconCacheItem &iconCacheItem,
                                 const HbIconKey &key,
                                 HbRenderingMode currentRenderingMode);
 
@@ -81,8 +81,6 @@
             bool allNvg,
             HbRenderingMode currentRenderingMode);
 
-
-
     static QString KSvg ;
     static QString KNvg ;
     static QString KPic ;