Initialize all members in ChoicePage.

This commit is contained in:
Teo Mrnjavac 2015-06-14 00:55:26 +02:00
parent 003f8bb956
commit 88719d961f

View File

@ -39,6 +39,7 @@ ChoicePage::ChoicePage( QWidget* parent )
: QWidget( parent )
, m_choice( NoChoice )
, m_nextEnabled( false )
, m_core( nullptr )
{
QBoxLayout* mainLayout = new QVBoxLayout;
setLayout( mainLayout );