src/hbcore/image/hbiconanimationdatatypes_p.h
changeset 2 06ff229162e9
parent 0 16d8024aca5e
--- a/src/hbcore/image/hbiconanimationdatatypes_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/image/hbiconanimationdatatypes_p.h	Fri May 14 16:09:54 2010 +0300
@@ -35,9 +35,7 @@
 class HbIconAnimationData
 {
 public:
-    HbIconAnimationData() : definitionFileName(0), def() {}
-public:
-    QString *definitionFileName;
+    QString definitionFileName;
     HbIconAnimationDefinition def;
 };