make the naming consistent
svn path=/trunk/KDE/kdelibs/; revision=1118099
This commit is contained in:
parent
51a9b1ac72
commit
c08007f131
@ -89,7 +89,7 @@ Plasma::Animation* Animator::create(Animator::Animation type, QObject *parent)
|
||||
return result;
|
||||
}
|
||||
|
||||
QEasingCurve Animator::easingCurve(Animator::CurveShape type)
|
||||
QEasingCurve Animator::create(Animator::CurveShape type)
|
||||
{
|
||||
QEasingCurve result;
|
||||
|
||||
|
@ -100,7 +100,7 @@ public:
|
||||
/**
|
||||
* Factory to build new custom easing curves.
|
||||
*/
|
||||
static QEasingCurve easingCurve(Animator::CurveShape type);
|
||||
static QEasingCurve create(Animator::CurveShape type);
|
||||
|
||||
/**
|
||||
* Starts a standard animation on a QGraphicsItem.
|
||||
|
Loading…
Reference in New Issue
Block a user