fix: make animation works again, add fowards attribute
svn path=/trunk/KDE/kdelibs/; revision=1039003
This commit is contained in:
parent
27d61c2fca
commit
fd62504373
@ -30,6 +30,8 @@ namespace Plasma
|
||||
class AbstractAnimationPrivate
|
||||
{
|
||||
public:
|
||||
|
||||
AbstractAnimationPrivate();
|
||||
/**
|
||||
* Object the animation(s) should act upon.
|
||||
*/
|
||||
@ -73,6 +75,7 @@ public:
|
||||
*/
|
||||
qint8 reference;
|
||||
|
||||
bool forwards;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user