1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

* Show Last.fm login test button on OSX again.

This commit is contained in:
Christian Muehlhaeuser 2011-11-07 20:51:46 +01:00
parent 475633c328
commit 7c5a4065df

View File

@ -169,10 +169,6 @@ SettingsDialog::SettingsDialog( QWidget *parent )
ui->lineEditLastfmPassword->setText(s->lastFmPassword() );
connect( ui->pushButtonTestLastfmLogin, SIGNAL( clicked( bool) ), SLOT( testLastFmLogin() ) );
#ifdef Q_WS_MAC // FIXME
ui->pushButtonTestLastfmLogin->setVisible( false );
#endif
// SCRIPT RESOLVER
ui->removeScript->setEnabled( false );
ResolverConfigDelegate* del = new ResolverConfigDelegate( this );
@ -417,7 +413,7 @@ SettingsDialog::testLastFmLogin()
// ensure they have up-to-date settings
lastfm::setNetworkAccessManager( TomahawkUtils::nam() );
QNetworkReply* authJob = lastfm::ws::post( query );
connect( authJob, SIGNAL( finished() ), SLOT( onLastFmFinished() ) );