diff --git a/animations/pulser.cpp b/animations/pulser.cpp index 942b0888d..a5f899267 100644 --- a/animations/pulser.cpp +++ b/animations/pulser.cpp @@ -167,7 +167,7 @@ void PulseAnimation::updateState(QAbstractAnimation::State newState, QAbstractAn d->animation.data()->start(); } else if (newState == Stopped) { - //d->animation.data()->stop(); + } } @@ -175,7 +175,9 @@ void PulseAnimation::updateState(QAbstractAnimation::State newState, QAbstractAn void PulseAnimation::updateCurrentTime(int currentTime) { - qDebug() << "\t: " << currentTime; + /* TODO: reuse this time and update properties without the + * the need of an internal animation group. + */ } } //namespace Plasma diff --git a/animations/pulser_p.h b/animations/pulser_p.h index c8f923391..89e63882a 100644 --- a/animations/pulser_p.h +++ b/animations/pulser_p.h @@ -35,7 +35,6 @@ public: PulseAnimation(QObject *parent = 0); ~PulseAnimation(); - void updateGeometry(QRectF updated, qreal zCoordinate = 0, qreal scale = 1.5); void setWidgetToAnimate(QGraphicsWidget *widget); public Q_SLOTS: