1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Fix CPU usage due to fader

This commit is contained in:
Jeff Mitchell
2012-04-08 19:30:28 -04:00
parent c6b5ea0380
commit 41a3cea05e

View File

@@ -51,8 +51,6 @@ public:
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();