1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 17:29:42 +01:00

Clear passwordEdit on logout in SpotifyAccount

This commit is contained in:
Hugo Lindström 2012-07-10 03:45:04 +02:00
parent 3d5c737651
commit 1045269e6e

View File

@ -163,6 +163,7 @@ SpotifyAccountConfig::doLogin()
m_loggedInManually = true;
m_verifiedUsername.clear();
m_ui->playlistList->clear();
m_ui->passwordEdit->clear();
emit logout();
showLoggedOut();
}