logsui/logsapp/tsrc/ut_logsapp/src/ut_logseffecthandler.cpp
changeset 11 64a47b97e1e1
parent 0 4a5361db8937
child 15 76d2cf7a585e
--- a/logsui/logsapp/tsrc/ut_logsapp/src/ut_logseffecthandler.cpp	Wed Jun 23 18:13:05 2010 +0300
+++ b/logsui/logsapp/tsrc/ut_logsapp/src/ut_logseffecthandler.cpp	Tue Jul 06 14:16:36 2010 +0300
@@ -77,7 +77,7 @@
 void UT_LogsEffectHandler::testStartDissappearAppearByMovingEffect()
 {
     QVERIFY( mEffect->mMoveGroup->state() == QAbstractAnimation::Stopped );
-    mEffect->startDissappearAppearByMovingEffect(*mLabel, *mLabel2, false, 0);
+    mEffect->startDissappearAppearByMovingEffect(*mLabel, *mLabel2, false, 0, 0);
     QVERIFY( mEffect->mMoveGroup->state() == QAbstractAnimation::Running );
     QVERIFY( mEffect->mMoveGroup2->state() == QAbstractAnimation::Running );
     
@@ -90,7 +90,7 @@
     QVERIFY(spy.count() == 1 );
     
     // When effect is running and new effect is requested, previous effect is stopped
-    mEffect->startDissappearAppearByMovingEffect(*mLabel, *mLabel2, true, 0); 
+    mEffect->startDissappearAppearByMovingEffect(*mLabel, *mLabel2, true, 0, 0); 
 }
 
 void UT_LogsEffectHandler::testStartMoveNotPossibleEffect()