mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +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 );
|
QMetaObject::invokeMethod( loader, "go", Qt::QueuedConnection );
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -244,7 +243,6 @@ NewReleasesWidget::leftCrumbIndexChanged( QModelIndex index )
|
|||||||
if ( !item->data( Breadcrumb::ChartIdRole ).isValid() )
|
if ( !item->data( Breadcrumb::ChartIdRole ).isValid() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
||||||
QList<QModelIndex> indexes;
|
QList<QModelIndex> indexes;
|
||||||
while ( index.parent().isValid() )
|
while ( index.parent().isValid() )
|
||||||
{
|
{
|
||||||
@@ -252,7 +250,6 @@ NewReleasesWidget::leftCrumbIndexChanged( QModelIndex index )
|
|||||||
index = index.parent();
|
index = index.parent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const QString nrId = item->data( Breadcrumb::ChartIdRole ).toString();
|
const QString nrId = item->data( Breadcrumb::ChartIdRole ).toString();
|
||||||
const qlonglong nrExpires = item->data( Breadcrumb::ChartExpireRole ).toLongLong();
|
const qlonglong nrExpires = item->data( Breadcrumb::ChartExpireRole ).toLongLong();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user