completely unecessary now
svn path=/branches/KDE/4.4/kdelibs/; revision=1073815
This commit is contained in:
parent
341cfb6362
commit
0a7a7f5430
@ -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…
x
Reference in New Issue
Block a user