mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Remove obsolete info-id.
This commit is contained in:
@@ -43,7 +43,6 @@ using namespace Tomahawk;
|
|||||||
AlbumInfoWidget::AlbumInfoWidget( const Tomahawk::album_ptr& album, QWidget* parent )
|
AlbumInfoWidget::AlbumInfoWidget( const Tomahawk::album_ptr& album, QWidget* parent )
|
||||||
: QWidget( parent )
|
: QWidget( parent )
|
||||||
, ui( new Ui::AlbumInfoWidget )
|
, ui( new Ui::AlbumInfoWidget )
|
||||||
, m_infoId( uuid() )
|
|
||||||
{
|
{
|
||||||
ui->setupUi( this );
|
ui->setupUi( this );
|
||||||
|
|
||||||
|
@@ -111,8 +111,6 @@ private:
|
|||||||
QString m_description;
|
QString m_description;
|
||||||
QString m_longDescription;
|
QString m_longDescription;
|
||||||
QPixmap m_pixmap;
|
QPixmap m_pixmap;
|
||||||
|
|
||||||
QString m_infoId;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // ALBUMINFOWIDGET_H
|
#endif // ALBUMINFOWIDGET_H
|
||||||
|
Reference in New Issue
Block a user