[partition] Reorder initialization
This commit is contained in:
parent
c3f3276188
commit
10f7bac2df
@ -29,8 +29,8 @@
|
|||||||
|
|
||||||
PrettyRadioButton::PrettyRadioButton( QWidget* parent )
|
PrettyRadioButton::PrettyRadioButton( QWidget* parent )
|
||||||
: QWidget( parent )
|
: QWidget( parent )
|
||||||
, m_radio( new QRadioButton )
|
|
||||||
, m_label( new ClickableLabel )
|
, m_label( new ClickableLabel )
|
||||||
|
, m_radio( new QRadioButton )
|
||||||
, m_mainLayout( new QGridLayout )
|
, m_mainLayout( new QGridLayout )
|
||||||
, m_optionsLayout( nullptr )
|
, m_optionsLayout( nullptr )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user