mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-30 01:00:13 +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 )
|
JobStatusView::JobStatusView( AnimatedSplitter* parent )
|
||||||
: AnimatedWidget( parent )
|
: AnimatedWidget( parent )
|
||||||
|
, m_model( 0 )
|
||||||
, m_parent( parent )
|
, m_parent( parent )
|
||||||
, m_cachedHeight( -1 )
|
, m_cachedHeight( -1 )
|
||||||
, m_model( 0 )
|
|
||||||
{
|
{
|
||||||
s_instance = this;
|
s_instance = this;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user