1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-31 09:32:03 +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 4f2cbb32c5
commit 485447be38

View File

@@ -38,6 +38,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( textChanged( QString ) ), this, SLOT( resetLoginButton() ) );