[partition] Reorder initialization

This commit is contained in:
Adriaan de Groot 2018-09-12 10:05:14 -04:00
parent c3f3276188
commit 10f7bac2df

View File

@ -29,8 +29,8 @@
PrettyRadioButton::PrettyRadioButton( QWidget* parent )
: QWidget( parent )
, m_radio( new QRadioButton )
, m_label( new ClickableLabel )
, m_radio( new QRadioButton )
, m_mainLayout( new QGridLayout )
, m_optionsLayout( nullptr )
{