mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Style fixes in NewReleasesWidget.
This commit is contained in:
@@ -203,7 +203,6 @@ NewReleasesWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData request
|
||||
}
|
||||
|
||||
QMetaObject::invokeMethod( loader, "go", Qt::QueuedConnection );
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -244,7 +243,6 @@ NewReleasesWidget::leftCrumbIndexChanged( QModelIndex index )
|
||||
if ( !item->data( Breadcrumb::ChartIdRole ).isValid() )
|
||||
return;
|
||||
|
||||
|
||||
QList<QModelIndex> indexes;
|
||||
while ( index.parent().isValid() )
|
||||
{
|
||||
@@ -252,7 +250,6 @@ NewReleasesWidget::leftCrumbIndexChanged( QModelIndex index )
|
||||
index = index.parent();
|
||||
}
|
||||
|
||||
|
||||
const QString nrId = item->data( Breadcrumb::ChartIdRole ).toString();
|
||||
const qlonglong nrExpires = item->data( Breadcrumb::ChartExpireRole ).toLongLong();
|
||||
|
||||
|
Reference in New Issue
Block a user