mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 11:50:37 +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 );
|
||||
|
||||
setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Fixed );
|
||||
resize( sizeHint() );
|
||||
resize( QWidget::sizeHint() );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user