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