mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
* Fixed TWK-386. Renamed Music to Collection in settings dialog.
This commit is contained in:
@@ -242,7 +242,7 @@ SettingsDialog::createIcons()
|
|||||||
|
|
||||||
QListWidgetItem *musicButton = new QListWidgetItem( ui->listWidget );
|
QListWidgetItem *musicButton = new QListWidgetItem( ui->listWidget );
|
||||||
musicButton->setIcon( QIcon( RESPATH "images/music-settings.png" ) );
|
musicButton->setIcon( QIcon( RESPATH "images/music-settings.png" ) );
|
||||||
musicButton->setText( tr( "Music" ) );
|
musicButton->setText( tr( "Collection" ) );
|
||||||
musicButton->setTextAlignment( Qt::AlignHCenter );
|
musicButton->setTextAlignment( Qt::AlignHCenter );
|
||||||
musicButton->setFlags( Qt::ItemIsSelectable | Qt::ItemIsEnabled );
|
musicButton->setFlags( Qt::ItemIsSelectable | Qt::ItemIsEnabled );
|
||||||
maxlen = qMax( fm.width( musicButton->text() ), maxlen );
|
maxlen = qMax( fm.width( musicButton->text() ), maxlen );
|
||||||
@@ -427,7 +427,7 @@ SettingsDialog::testLastFmLogin()
|
|||||||
QNetworkProxy newProxy( oldProxyFactory->proxy() );
|
QNetworkProxy newProxy( oldProxyFactory->proxy() );
|
||||||
newProxyFactory->setProxy( newProxy );
|
newProxyFactory->setProxy( newProxy );
|
||||||
currNam->setProxyFactory( newProxyFactory );
|
currNam->setProxyFactory( newProxyFactory );
|
||||||
|
|
||||||
QNetworkReply* authJob = lastfm::ws::post( query );
|
QNetworkReply* authJob = lastfm::ws::post( query );
|
||||||
|
|
||||||
connect( authJob, SIGNAL( finished() ), SLOT( onLastFmFinished() ) );
|
connect( authJob, SIGNAL( finished() ), SLOT( onLastFmFinished() ) );
|
||||||
|
Reference in New Issue
Block a user