mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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( destroyed( QObject* ) ), this, SIGNAL( changed() ) );
|
||||
|
||||
emit changed();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user