src/hbcore/style/hbstyleoptiontitlepane.cpp
changeset 21 4633027730f5
parent 3 11d3954df52a
--- a/src/hbcore/style/hbstyleoptiontitlepane.cpp	Tue Jul 06 14:36:53 2010 +0300
+++ b/src/hbcore/style/hbstyleoptiontitlepane.cpp	Wed Aug 18 10:05:37 2010 +0300
@@ -32,14 +32,15 @@
 
 
 HbStyleOptionTitlePane::HbStyleOptionTitlePane() :
-    HbStyleOption(), caption(""), mode(QIcon::Normal), transparent(false)
+    HbStyleOption(), caption(""), mode(QIcon::Normal), transparent(false), margueeAnimation(false)
 {
     type = Type;
     version = Version;
 }
 
 HbStyleOptionTitlePane::HbStyleOptionTitlePane(const HbStyleOptionTitlePane &other) :
-    HbStyleOption(other), caption(other.caption), mode(other.mode), transparent(other.transparent)
+    HbStyleOption(other), caption(other.caption), mode(other.mode), transparent(other.transparent),
+        margueeAnimation(other.margueeAnimation)
 {
     type = Type;
     version = Version;