Adding missing documentation.

svn path=/trunk/KDE/kdelibs/; revision=1039029
This commit is contained in:
Adenilson Cavalcanti Da Silva 2009-10-22 15:20:17 +00:00
parent 67ffbf7ff3
commit d82ac07001

View File

@ -75,6 +75,10 @@ public:
*/
qint8 reference;
/**
* Animation direction, I supose that the idea is to offer a way
* to rewind the animation by setDirection(QAbstractAnimation::Backward).
*/
bool forwards;
};