SVN_SILENT: unneeded noise now :)
svn path=/trunk/KDE/kdelibs/; revision=1038853
This commit is contained in:
parent
6dc7cf2a05
commit
d04ef47d95
@ -127,7 +127,6 @@ QPropertyAnimation *RotationAnimation::render(QObject *parent)
|
|||||||
|
|
||||||
QPropertyAnimation *rotationAnimation= new QPropertyAnimation(d->rotation, "angle", m_object);
|
QPropertyAnimation *rotationAnimation= new QPropertyAnimation(d->rotation, "angle", m_object);
|
||||||
rotationAnimation->setStartValue(0);
|
rotationAnimation->setStartValue(0);
|
||||||
kDebug() << "angle is" << angle();
|
|
||||||
rotationAnimation->setEndValue(angle());
|
rotationAnimation->setEndValue(angle());
|
||||||
rotationAnimation->setDuration(duration());
|
rotationAnimation->setDuration(duration());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user