Initialize all members in ChoicePage.
This commit is contained in:
parent
003f8bb956
commit
88719d961f
@ -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…
Reference in New Issue
Block a user