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