--- a/src/corelib/animation/qanimationgroup.h Tue Jan 26 12:42:25 2010 +0200
+++ b/src/corelib/animation/qanimationgroup.h Tue Feb 02 00:43:10 2010 +0200
@@ -65,10 +65,10 @@
int animationCount() const;
int indexOfAnimation(QAbstractAnimation *animation) const;
void addAnimation(QAbstractAnimation *animation);
- void insertAnimationAt(int index, QAbstractAnimation *animation);
+ void insertAnimation(int index, QAbstractAnimation *animation);
void removeAnimation(QAbstractAnimation *animation);
- QAbstractAnimation *takeAnimationAt(int index);
- void clearAnimations();
+ QAbstractAnimation *takeAnimation(int index);
+ void clear();
protected:
QAnimationGroup(QAnimationGroupPrivate &dd, QObject *parent);