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: