mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Fix changing connect status
This commit is contained in:
@@ -272,6 +272,7 @@ PixmapDelegateFader::onAnimationFinished()
|
||||
m_oldReference = QPixmap();
|
||||
onAnimationStep( INT_MAX );
|
||||
|
||||
m_connectedToStl = false;
|
||||
disconnect( stlInstance().data(), SIGNAL( frameChanged( int ) ), this, SLOT( onAnimationStep( int ) ) );
|
||||
|
||||
if ( !m_pixmapQueue.isEmpty() )
|
||||
|
Reference in New Issue
Block a user