Removing non longer necessary data members of AnimationPrivate.
svn path=/trunk/KDE/kdelibs/; revision=1060665
This commit is contained in:
parent
e5e667c001
commit
b8e57d0ca0
@ -38,11 +38,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
QWeakPointer<QGraphicsWidget> animObject;
|
QWeakPointer<QGraphicsWidget> animObject;
|
||||||
|
|
||||||
/**
|
|
||||||
* All animations will have *at least* one animation property
|
|
||||||
*/
|
|
||||||
QWeakPointer<QAbstractAnimation> animation;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Animation direction: where the animation will move.
|
* Animation direction: where the animation will move.
|
||||||
*/
|
*/
|
||||||
@ -54,12 +49,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
qreal animDistance;
|
qreal animDistance;
|
||||||
|
|
||||||
/**
|
|
||||||
* Animation visibility: whether to end the animation being visible
|
|
||||||
* or not.
|
|
||||||
*/
|
|
||||||
bool animVisible;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Animation easing curve type
|
* Animation easing curve type
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user