src/hbservers/hbthemeserver/hbiconcacheitemcreator_p.h
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 3 11d3954df52a
--- a/src/hbservers/hbthemeserver/hbiconcacheitemcreator_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbservers/hbthemeserver/hbiconcacheitemcreator_p.h	Fri May 14 16:09:54 2010 +0300
@@ -67,16 +67,19 @@
     static HbIconCacheItem* createCacheItem(const HbIconKey &key,
                                             HbIconLoader::IconLoaderOptions options,
                                             const QString &format,
+                                            HbRenderingMode currentRenderingMode,
                                             bool isMultiPiece = false);
     static void createCacheItem(HbIconCacheItem& iconCacheItem,
-                                const HbIconKey &key);
+                                const HbIconKey &key,
+                                HbRenderingMode currentRenderingMode);
 
     static HbIconCacheItem * createMultiPieceCacheItem(const HbIconKey &key,
             HbIconLoader::IconLoaderOptions options,
             const QString &format,
             const QVector<HbSharedIconInfo> &multiPieceIconInfo,
             HbMultiIconParams &multiPieceIconParams,
-            bool allNvg);
+            bool allNvg,
+            HbRenderingMode currentRenderingMode);