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