mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Update icon when deleting/removing updater
This commit is contained in:
@@ -301,6 +301,8 @@ Playlist::removeUpdater( PlaylistUpdaterInterface* updater )
|
|||||||
|
|
||||||
disconnect( updater, SIGNAL( changed() ), this, SIGNAL( changed() ) );
|
disconnect( updater, SIGNAL( changed() ), this, SIGNAL( changed() ) );
|
||||||
disconnect( updater, SIGNAL( destroyed( QObject* ) ), this, SIGNAL( changed() ) );
|
disconnect( updater, SIGNAL( destroyed( QObject* ) ), this, SIGNAL( changed() ) );
|
||||||
|
|
||||||
|
emit changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user