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