mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove default QSequentialAnimationGroup::event() reimplementation
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
3f05b0df24
commit
bf4cd5e196
2 changed files with 0 additions and 9 deletions
|
@ -424,14 +424,6 @@ void QSequentialAnimationGroup::updateDirection(QAbstractAnimation::Direction di
|
||||||
d->currentAnimation->setDirection(direction);
|
d->currentAnimation->setDirection(direction);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
|
||||||
\reimp
|
|
||||||
*/
|
|
||||||
bool QSequentialAnimationGroup::event(QEvent *event)
|
|
||||||
{
|
|
||||||
return QAnimationGroup::event(event);
|
|
||||||
}
|
|
||||||
|
|
||||||
void QSequentialAnimationGroupPrivate::setCurrentAnimation(int index, bool intermediate)
|
void QSequentialAnimationGroupPrivate::setCurrentAnimation(int index, bool intermediate)
|
||||||
{
|
{
|
||||||
Q_Q(QSequentialAnimationGroup);
|
Q_Q(QSequentialAnimationGroup);
|
||||||
|
|
|
@ -65,7 +65,6 @@ Q_SIGNALS:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
QSequentialAnimationGroup(QSequentialAnimationGroupPrivate &dd, QObject *parent);
|
QSequentialAnimationGroup(QSequentialAnimationGroupPrivate &dd, QObject *parent);
|
||||||
bool event(QEvent *event);
|
|
||||||
|
|
||||||
void updateCurrentTime(int);
|
void updateCurrentTime(int);
|
||||||
void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
|
void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState);
|
||||||
|
|
Loading…
Add table
Reference in a new issue