mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Remove obsolete info-id.
This commit is contained in:
@@ -35,7 +35,6 @@ using namespace Tomahawk;
|
|||||||
TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* parent )
|
TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* parent )
|
||||||
: QWidget( parent )
|
: QWidget( parent )
|
||||||
, ui( new Ui::TrackInfoWidget )
|
, ui( new Ui::TrackInfoWidget )
|
||||||
, m_infoId( uuid() )
|
|
||||||
{
|
{
|
||||||
ui->setupUi( this );
|
ui->setupUi( this );
|
||||||
QPalette pal = palette();
|
QPalette pal = palette();
|
||||||
|
@@ -91,7 +91,6 @@ private:
|
|||||||
AlbumModel* m_relatedTracksModel;
|
AlbumModel* m_relatedTracksModel;
|
||||||
QString m_title;
|
QString m_title;
|
||||||
QPixmap m_pixmap;
|
QPixmap m_pixmap;
|
||||||
QString m_infoId;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // TRACKINFOWIDGET_H
|
#endif // TRACKINFOWIDGET_H
|
||||||
|
Reference in New Issue
Block a user