mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
Call direct implementation instead of virtual in constructor
This commit is contained in:
@@ -98,7 +98,7 @@ DynamicSetupWidget::DynamicSetupWidget( const Tomahawk::dynplaylist_ptr& playlis
|
|||||||
m_fadeAnim->setEndValue( .70 );
|
m_fadeAnim->setEndValue( .70 );
|
||||||
|
|
||||||
setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Fixed );
|
setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Fixed );
|
||||||
resize( sizeHint() );
|
resize( QWidget::sizeHint() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user