src/corelib/animation/qanimationgroup.cpp
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
--- a/src/corelib/animation/qanimationgroup.cpp	Mon Mar 15 12:43:09 2010 +0200
+++ b/src/corelib/animation/qanimationgroup.cpp	Thu Apr 08 14:19:33 2010 +0300
@@ -244,7 +244,7 @@
     // in ChildRemoved event
     d->animations.removeAt(index);
     animation->setParent(0);
-    d->animationRemovedAt(index);
+    d->animationRemoved(index, animation);
     return animation;
 }
 
@@ -285,7 +285,7 @@
 }
 
 
-void QAnimationGroupPrivate::animationRemovedAt(int index)
+void QAnimationGroupPrivate::animationRemoved(int index, QAbstractAnimation *)
 {
     Q_Q(QAnimationGroup);
     Q_UNUSED(index);