mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[partition] Reorder initialization
This commit is contained in:
parent
c3f3276188
commit
10f7bac2df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue