1
0
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:
Leo Franchi 2012-04-30 22:43:26 -04:00
parent 029dd935c9
commit b5626c0b61

View File

@ -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();
}