mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Remove unused, stylefix
This commit is contained in:
@@ -62,7 +62,6 @@ WhatsHotWidget::WhatsHotWidget( QWidget* parent )
|
|||||||
, m_spinner( 0 )
|
, m_spinner( 0 )
|
||||||
, m_loading( true )
|
, m_loading( true )
|
||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO;
|
|
||||||
ui->setupUi( this );
|
ui->setupUi( this );
|
||||||
|
|
||||||
TomahawkUtils::unmarginLayout( layout() );
|
TomahawkUtils::unmarginLayout( layout() );
|
||||||
@@ -217,7 +216,7 @@ WhatsHotWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestDat
|
|||||||
{
|
{
|
||||||
case InfoSystem::InfoChartCapabilities:
|
case InfoSystem::InfoChartCapabilities:
|
||||||
{
|
{
|
||||||
setViewData(returnedData);
|
setViewData( returnedData );
|
||||||
}
|
}
|
||||||
case InfoSystem::InfoChart:
|
case InfoSystem::InfoChart:
|
||||||
{
|
{
|
||||||
@@ -374,7 +373,6 @@ WhatsHotWidget::infoSystemFinished( QString target )
|
|||||||
{
|
{
|
||||||
if ( target != s_whatsHotIdentifier )
|
if ( target != s_whatsHotIdentifier )
|
||||||
{
|
{
|
||||||
tDebug(LOGVERBOSE) << Q_FUNC_INFO << "Bad target" << target << s_whatsHotIdentifier;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -96,7 +96,7 @@ private:
|
|||||||
void setLeftViewArtists( TreeModel* artistModel );
|
void setLeftViewArtists( TreeModel* artistModel );
|
||||||
void setLeftViewAlbums( PlayableModel* albumModel );
|
void setLeftViewAlbums( PlayableModel* albumModel );
|
||||||
void setLeftViewTracks( PlaylistModel* trackModel );
|
void setLeftViewTracks( PlaylistModel* trackModel );
|
||||||
void setViewData(const QVariantMap &data);
|
void setViewData( const QVariantMap& data );
|
||||||
|
|
||||||
QStandardItem* parseNode( QStandardItem* parentItem, const QString& label, const QVariant& data );
|
QStandardItem* parseNode( QStandardItem* parentItem, const QString& label, const QVariant& data );
|
||||||
|
|
||||||
@@ -118,11 +118,9 @@ private:
|
|||||||
QHash< QString, PlaylistModel* > m_trackModels;
|
QHash< QString, PlaylistModel* > m_trackModels;
|
||||||
QString m_queueItemToShow;
|
QString m_queueItemToShow;
|
||||||
QSet< QString > m_queuedFetches;
|
QSet< QString > m_queuedFetches;
|
||||||
QTimer* m_timer;
|
|
||||||
QMap<QString, QVariant> m_currentVIds;
|
QMap<QString, QVariant> m_currentVIds;
|
||||||
|
|
||||||
AnimatedSpinner *m_spinner;
|
AnimatedSpinner* m_spinner;
|
||||||
QList<QVariantMap> m_charts;
|
|
||||||
bool m_loading;
|
bool m_loading;
|
||||||
friend class Tomahawk::ChartsPlaylistInterface;
|
friend class Tomahawk::ChartsPlaylistInterface;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user