Commit 4d218ceb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Init order

parent cbac33a9
...@@ -42,8 +42,8 @@ ...@@ -42,8 +42,8 @@
SoundWidget::SoundWidget( QWidget *_parent, intf_thread_t * _p_intf, SoundWidget::SoundWidget( QWidget *_parent, intf_thread_t * _p_intf,
bool b_shiny, bool b_special ) bool b_shiny, bool b_special )
: QWidget( _parent ), b_my_volume( false ), : QWidget( _parent ), p_intf( _p_intf),
p_intf( _p_intf) b_my_volume( false )
{ {
/* We need a layout for this widget */ /* We need a layout for this widget */
QHBoxLayout *layout = new QHBoxLayout( this ); QHBoxLayout *layout = new QHBoxLayout( this );
......
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