src/hbcore/image/hbiconanimationparser_p.h
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
--- a/src/hbcore/image/hbiconanimationparser_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/image/hbiconanimationparser_p.h	Fri May 14 16:09:54 2010 +0300
@@ -39,12 +39,12 @@
     HbIconAnimationParser();
     ~HbIconAnimationParser();
 
-    bool parseDefinitionFileShared(QString *fileName, AnimHash &animations, const QString &realFileName);
-    bool parseDefinitionFile(QString *fileName, AnimHash &animations, const QString &realFileName);
+    bool parseDefinitionFileShared(const QString &fileName, AnimHash &animations, const QString &realFileName);
+    bool parseDefinitionFile(const QString &fileName, AnimHash &animations, const QString &realFileName);
 
 private:
-    bool doParseFile(QString *fileName, AnimHash &animations);    
-    bool readAnimations(QString *fileName, AnimHash &animations);
+    bool doParseFile(const QString &fileName, AnimHash &animations);    
+    bool readAnimations(const QString &fileName, AnimHash &animations);
     QString readIconData(HbIconAnimationData &data);
     void readUnknownElement();