mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 16:50:11 +02:00
fix an initialization order warning in JobStatusView
This commit is contained in:
@@ -74,9 +74,9 @@ JobStatusView::addJob( const QPointer<JobStatusItem>& item )
|
||||
|
||||
JobStatusView::JobStatusView( AnimatedSplitter* parent )
|
||||
: AnimatedWidget( parent )
|
||||
, m_model( 0 )
|
||||
, m_parent( parent )
|
||||
, m_cachedHeight( -1 )
|
||||
, m_model( 0 )
|
||||
{
|
||||
s_instance = this;
|
||||
|
||||
|
Reference in New Issue
Block a user