Same case.

svn path=/trunk/KDE/kdelibs/; revision=1094498
This commit is contained in:
Adenilson Cavalcanti Da Silva 2010-02-22 21:21:27 +00:00
parent c64e8beb83
commit ed33fab95e

View File

@ -68,7 +68,10 @@ public:
* Set the pixmap the animation will evolve to
*/
void setTargetPixmap(const QPixmap &);
/**
* Returns the current pixmap
*/
QPixmap currentPixmap() const;
protected: