diff -r dee5afe5301f -r 3f74d0d4af4c src/corelib/animation/qanimationgroup.cpp --- 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);