From 41a3cea05e0f6e00ce925ccfabd91559196d85fc Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sun, 8 Apr 2012 19:30:28 -0400 Subject: [PATCH] Fix CPU usage due to fader --- src/libtomahawk/utils/PixmapDelegateFader.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libtomahawk/utils/PixmapDelegateFader.h b/src/libtomahawk/utils/PixmapDelegateFader.h index b477d24fa..4026b93db 100644 --- a/src/libtomahawk/utils/PixmapDelegateFader.h +++ b/src/libtomahawk/utils/PixmapDelegateFader.h @@ -50,9 +50,7 @@ public: PixmapDelegateFader( const query_ptr& track, const QSize& size, TomahawkUtils::ImageMode mode = TomahawkUtils::Original, bool forceLoad = true ); virtual ~PixmapDelegateFader(); - - void setPixmap( const QPixmap& pixmap ); - + QPixmap currentPixmap() const; signals: @@ -65,6 +63,8 @@ private slots: void onAnimationStep( int ); void onAnimationFinished(); + void setPixmap( const QPixmap& pixmap ); + private: void init();