Making Animator factory method static.

svn path=/trunk/KDE/kdelibs/; revision=1038254
This commit is contained in:
Adenilson Cavalcanti Da Silva 2009-10-20 21:54:48 +00:00
parent 1379d29481
commit 666ff44596

View File

@ -90,7 +90,7 @@ public:
* Factory to build new animation objects. To control their behavior,
* check \ref AbstractAnimation properties.
**/
AbstractAnimation *create(Animation type, QObject *parent = 0);
static AbstractAnimation *create(Animation type, QObject *parent = 0);
/**
* Starts a standard animation on a QGraphicsItem.