Making Animator factory method static.
svn path=/trunk/KDE/kdelibs/; revision=1038254
This commit is contained in:
parent
1379d29481
commit
666ff44596
@ -90,7 +90,7 @@ public:
|
|||||||
* Factory to build new animation objects. To control their behavior,
|
* Factory to build new animation objects. To control their behavior,
|
||||||
* check \ref AbstractAnimation properties.
|
* 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.
|
* Starts a standard animation on a QGraphicsItem.
|
||||||
|
Loading…
Reference in New Issue
Block a user