diff -r acd4e87b24b4 -r 2f0af9ba7665 logsui/logsapp/inc/logseffecthandler.h --- a/logsui/logsapp/inc/logseffecthandler.h Fri Sep 17 16:47:32 2010 +0300 +++ b/logsui/logsapp/inc/logseffecthandler.h Fri Oct 15 14:47:48 2010 +0300 @@ -25,6 +25,7 @@ class QSequentialAnimationGroup; class QAbstractAnimation; class LogsEffectContainer; +class HbMainWindow; /** * @@ -36,7 +37,7 @@ friend class UT_LogsRecentCallsView; public: - explicit LogsEffectHandler(); + explicit LogsEffectHandler(HbMainWindow& window); ~LogsEffectHandler(); void startDissappearAppearByFadingEffect(QObject& effectTarget); @@ -76,6 +77,7 @@ private: + HbMainWindow& mWindow; QPropertyAnimation* mItemAppearByFadingAnimation; QPropertyAnimation* mItemDissappearByFadingAnimation; QPropertyAnimation* mItemMoveNotPossibleAnimationStart;