mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Style fixes.
This commit is contained in:
@@ -163,6 +163,7 @@ NetworkActivityWidget::yearlyCharts( const QList<Tomahawk::track_ptr>& tracks )
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
NetworkActivityWidget::overallCharts( const QList<track_ptr>& tracks )
|
||||
{
|
||||
@@ -218,6 +219,7 @@ NetworkActivityWidget::fetchYearCharts()
|
||||
Database::instance()->enqueue( QSharedPointer< DatabaseCommand >( yearCharts ) );
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
NetworkActivityWidget::fetchOverallCharts()
|
||||
{
|
||||
@@ -239,6 +241,7 @@ NetworkActivityWidget::fetchWeekCharts()
|
||||
Database::instance()->enqueue( QSharedPointer< DatabaseCommand >( weekCharts ) );
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
NetworkActivityWidget::fetchMonthCharts()
|
||||
{
|
||||
@@ -267,6 +270,7 @@ NetworkActivityWidget::showWeekCharts()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
NetworkActivityWidget::showMonthCharts()
|
||||
{
|
||||
@@ -283,6 +287,7 @@ NetworkActivityWidget::showMonthCharts()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
NetworkActivityWidget::showYearCharts()
|
||||
{
|
||||
@@ -299,7 +304,9 @@ NetworkActivityWidget::showYearCharts()
|
||||
}
|
||||
}
|
||||
|
||||
void NetworkActivityWidget::showOverallCharts()
|
||||
|
||||
void
|
||||
NetworkActivityWidget::showOverallCharts()
|
||||
{
|
||||
d_func()->activeView = OverallChart;
|
||||
if ( !d_func()->overallChartsModel.isNull() )
|
||||
|
@@ -313,10 +313,10 @@ WhatsHotWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestDat
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
WhatsHotWidget::setViewData(const QVariantMap &data)
|
||||
{
|
||||
|
||||
void
|
||||
WhatsHotWidget::setViewData( const QVariantMap& data )
|
||||
{
|
||||
QStandardItem* rootItem = m_crumbModelLeft->invisibleRootItem();
|
||||
QVariantMap returnedData = data;
|
||||
|
||||
@@ -367,10 +367,11 @@ WhatsHotWidget::setViewData(const QVariantMap &data)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
WhatsHotWidget::infoSystemFinished( QString target )
|
||||
{
|
||||
if( m_loading )
|
||||
if ( m_loading )
|
||||
{
|
||||
if ( target != s_whatsHotIdentifier )
|
||||
{
|
||||
|
Reference in New Issue
Block a user