src/hbservers/hbthemeserver/hbthemeserverutils_p.h
changeset 3 11d3954df52a
parent 2 06ff229162e9
child 5 627c4a0fd0e7
--- a/src/hbservers/hbthemeserver/hbthemeserverutils_p.h	Fri May 14 16:09:54 2010 +0300
+++ b/src/hbservers/hbthemeserver/hbthemeserverutils_p.h	Thu May 27 13:10:59 2010 +0300
@@ -45,12 +45,15 @@
 public:
     static HbIconSource *getIconSource(const QString &filename);
     static QString formatFromPath(const QString &iconPath);
-    static int getSharedStylesheet(const QString &fileName, HbLayeredStyleLoader::LayerPriority priority,
+    static int getSharedStylesheet(const QString &fileName,
+                                   HbLayeredStyleLoader::LayerPriority priority,
                                    bool *inSharedCache = 0);
     static bool parseCssFile(HbCss::Parser &parser, const QString &fileName, int &cssOffset);
     static void cleanupUnusedCss(HbCache *cache);
     static int getSharedEffect(const QString &fileName);
-    static int getSharedLayoutDefinition(const QString & fileName, const QString &layout, const QString &section);
+    static int getSharedLayoutDefinition(const QString & fileName,
+                                         const QString &layout,
+                                         const QString &section);
     static void createDeviceProfileDatabase();
     static bool removeSharedEffect(const QString &fileName);
     static void clearSharedEffects();
@@ -59,4 +62,3 @@
 };
 
 #endif // HBTHEMESERVERUTILS_P_H
-