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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user