fix: make animation works again, add fowards attribute

svn path=/trunk/KDE/kdelibs/; revision=1039003
This commit is contained in:
Igor Trindade Oliveira 2009-10-22 13:40:30 +00:00
parent 27d61c2fca
commit fd62504373

View File

@ -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;
};
}