SVN_SILENT: TODO is done, remove it
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=690083
This commit is contained in:
parent
40ae48275a
commit
9303303aa2
@ -265,7 +265,6 @@ void Phase::render(QGraphicsItem* item, QImage& image, RenderOp op)
|
|||||||
Phase::AnimId Phase::animateElement(QGraphicsItem *item, ElementAnimation animation)
|
Phase::AnimId Phase::animateElement(QGraphicsItem *item, ElementAnimation animation)
|
||||||
{
|
{
|
||||||
//kDebug() << "startElementAnimation(AnimId " << animation << ")" << endl;
|
//kDebug() << "startElementAnimation(AnimId " << animation << ")" << endl;
|
||||||
//TODO: allow the animator to define this?
|
|
||||||
ElementAnimationState *state = new ElementAnimationState;
|
ElementAnimationState *state = new ElementAnimationState;
|
||||||
state->item = item;
|
state->item = item;
|
||||||
state->curve = d->animator->curve(animation);
|
state->curve = d->animator->curve(animation);
|
||||||
|
Loading…
Reference in New Issue
Block a user