Initialize all members in ChoicePage.

main
Teo Mrnjavac 10 years ago
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…
Cancel
Save