changeset 3 | 41300fa6a67c |
parent 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
2:56cd8111b7f7 | 3:41300fa6a67c |
---|---|
60 |
60 |
61 public slots: |
61 public slots: |
62 void pauseAll(); |
62 void pauseAll(); |
63 void resumeAll(); |
63 void resumeAll(); |
64 |
64 |
65 private slots: |
|
66 void unregisterAnimation_helper(QObject *obj); |
|
67 |
|
65 private: |
68 private: |
66 static AnimationManager *instance; |
69 static AnimationManager *instance; |
67 QList<QAbstractAnimation *> animations; |
70 QList<QAbstractAnimation *> animations; |
68 }; |
71 }; |
69 |
72 |