mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -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 )
|
||||
: QWidget( parent )
|
||||
, m_radio( new QRadioButton )
|
||||
, m_label( new ClickableLabel )
|
||||
, m_radio( new QRadioButton )
|
||||
, m_mainLayout( new QGridLayout )
|
||||
, m_optionsLayout( nullptr )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue