mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
Update icon when deleting/removing updater
This commit is contained in:
parent
029dd935c9
commit
b5626c0b61
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user