Commit 9adc9c55 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Sout Profiles: be sure to set a mux.

parent b0119ef3
......@@ -65,6 +65,7 @@ VLCProfileSelector::VLCProfileSelector( QWidget *_parent ): QWidget( _parent )
CONNECT( profileBox, activated( int ),
this, updateOptions( int ) );
updateOptions( 0 );
}
inline void VLCProfileSelector::fillProfilesCombo()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment