mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Initialize all members in ChoicePage.
This commit is contained in:
parent
003f8bb956
commit
88719d961f
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ ChoicePage::ChoicePage( QWidget* parent )
|
||||||
: QWidget( parent )
|
: QWidget( parent )
|
||||||
, m_choice( NoChoice )
|
, m_choice( NoChoice )
|
||||||
, m_nextEnabled( false )
|
, m_nextEnabled( false )
|
||||||
|
, m_core( nullptr )
|
||||||
{
|
{
|
||||||
QBoxLayout* mainLayout = new QVBoxLayout;
|
QBoxLayout* mainLayout = new QVBoxLayout;
|
||||||
setLayout( mainLayout );
|
setLayout( mainLayout );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue