this is now completely unecessary
svn path=/trunk/KDE/kdelibs/; revision=1073814
This commit is contained in:
parent
18640f63e3
commit
5755627da7
@ -83,11 +83,6 @@ QEasingCurve Animation::easingCurve() const
|
||||
return d->easingCurve;
|
||||
}
|
||||
|
||||
QEasingCurve& Animation::easingCurve()
|
||||
{
|
||||
return d->easingCurve;
|
||||
}
|
||||
|
||||
void Animation::updateCurrentTime(int currentTime)
|
||||
{
|
||||
Q_UNUSED(currentTime)
|
||||
|
@ -138,15 +138,6 @@ protected:
|
||||
*/
|
||||
virtual void updateCurrentTime(int currentTime);
|
||||
|
||||
/**
|
||||
* Internal use only, access the easing curve object (see
|
||||
* \ref AnimationPrivate). Commonly used if a non-linear
|
||||
* animation is desired while setting the delta in \ref updateCurrentTime.
|
||||
*
|
||||
* @return An internal easing curve (default is Type::Linear).
|
||||
*/
|
||||
QEasingCurve &easingCurve();
|
||||
|
||||
private:
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user