mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 01:39:42 +01:00
Fix changing connect status
This commit is contained in:
parent
ff3770a464
commit
8a85b8bbc6
@ -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() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user