1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-03 10:53:39 +02:00

* Fixed ArtistInfoWidget.

This commit is contained in:
Christian Muehlhaeuser
2012-11-28 12:59:50 +01:00
parent 3f889df387
commit 6d654121a3

View File

@@ -44,7 +44,7 @@ using namespace Tomahawk;
ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget* parent )
: QDeclarativeView( parent )
: QWidget( parent )
, ui( new Ui::ArtistInfoWidget )
, m_artist( artist )
{