add rotationstackedanimation in animator factory
svn path=/trunk/KDE/kdelibs/; revision=1039221
This commit is contained in:
parent
2f02dbb602
commit
e90e2d54b7
@ -31,6 +31,7 @@
|
||||
#include "animations/pulser_p.h"
|
||||
#include "animations/rotation_p.h"
|
||||
#include "animations/slide_p.h"
|
||||
#include "animations/rotationstacked.h"
|
||||
|
||||
namespace Plasma
|
||||
{
|
||||
@ -62,8 +63,7 @@ AbstractAnimation *Animator::create(Animation type, QObject *parent)
|
||||
break;
|
||||
|
||||
case RotationStackedAnimation:
|
||||
//TODO: implement stacked rotation
|
||||
//result = new Plasma::Plasma::RotationStackedAnimation;
|
||||
result = new Plasma::RotationStackedAnimation;
|
||||
break;
|
||||
|
||||
case SlideAnimation:
|
||||
|
Loading…
Reference in New Issue
Block a user