From ed33fab95ecbec8d83a45cd0e2fbf358afb282ad Mon Sep 17 00:00:00 2001 From: Adenilson Cavalcanti Da Silva Date: Mon, 22 Feb 2010 21:21:27 +0000 Subject: [PATCH] Same case. svn path=/trunk/KDE/kdelibs/; revision=1094498 --- animations/pixmaptransition_p.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/animations/pixmaptransition_p.h b/animations/pixmaptransition_p.h index 055d7c681..2eeab5739 100644 --- a/animations/pixmaptransition_p.h +++ b/animations/pixmaptransition_p.h @@ -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: