mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Move assignment to constructor
This commit is contained in:
@@ -27,8 +27,8 @@ using namespace Tomahawk::Widgets;
|
|||||||
|
|
||||||
PlaylistWidget::PlaylistWidget( QWidget* parent )
|
PlaylistWidget::PlaylistWidget( QWidget* parent )
|
||||||
: QListView( parent )
|
: QListView( parent )
|
||||||
|
, m_overlay( new OverlayWidget( this ) )
|
||||||
{
|
{
|
||||||
m_overlay = new OverlayWidget( this );
|
|
||||||
new LoadingSpinner( this );
|
new LoadingSpinner( this );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user