mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-24 22:46:03 +02:00
remove updater from settings when changing user
This commit is contained in:
@@ -388,7 +388,8 @@ void
|
|||||||
SpotifyAccount::clearUser()
|
SpotifyAccount::clearUser()
|
||||||
{
|
{
|
||||||
foreach( SpotifyPlaylistUpdater* updater, m_updaters.values() )
|
foreach( SpotifyPlaylistUpdater* updater, m_updaters.values() )
|
||||||
updater->deleteLater();
|
updater->remove();
|
||||||
|
|
||||||
m_updaters.clear();
|
m_updaters.clear();
|
||||||
|
|
||||||
qDeleteAll( m_allSpotifyPlaylists );
|
qDeleteAll( m_allSpotifyPlaylists );
|
||||||
|
Reference in New Issue
Block a user