src/corelib/animation/qsequentialanimationgroup_p.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
--- a/src/corelib/animation/qsequentialanimationgroup_p.h	Fri Apr 16 15:50:13 2010 +0300
+++ b/src/corelib/animation/qsequentialanimationgroup_p.h	Mon May 03 13:17:34 2010 +0300
@@ -85,7 +85,7 @@
     void activateCurrentAnimation(bool intermediate = false);
 
     void animationInsertedAt(int index);
-    void animationRemovedAt(int index);
+    void animationRemoved(int index, QAbstractAnimation *anim);
 
     bool atEnd() const;