src/corelib/animation/qanimationgroup.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
--- a/src/corelib/animation/qanimationgroup.cpp	Fri Apr 16 15:50:13 2010 +0300
+++ b/src/corelib/animation/qanimationgroup.cpp	Mon May 03 13:17:34 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);