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