1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-21 05:11:44 +02:00

TWK-985: Log into spotify on return pressed in Spotify config

This commit is contained in:
Leo Franchi
2012-07-14 00:08:09 -04:00
parent fedb669041
commit 4eb3359422

View File

@@ -41,6 +41,8 @@ SpotifyAccountConfig::SpotifyAccountConfig( SpotifyAccount *account )
{
m_ui->setupUi( this );
m_ui->loginButton->setDefault( true );
connect( m_ui->loginButton, SIGNAL( clicked( bool ) ), this, SLOT( doLogin() ) );
connect( m_ui->usernameEdit, SIGNAL( textEdited( QString ) ), this, SLOT( resetLoginButton() ) );