1
0
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:
Christian Muehlhaeuser
2014-10-12 14:14:26 +02:00
parent cec759051a
commit 2f521623c6

View File

@@ -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();