Initialize all members (fix Coverity defect 98200).

This commit is contained in:
Teo Mrnjavac 2016-02-26 14:02:22 +01:00
parent 7e89e67059
commit 06ebf69afe

View File

@ -71,6 +71,7 @@ ChoicePage::ChoicePage( QWidget* parent )
, m_choice( NoChoice ) , m_choice( NoChoice )
, m_nextEnabled( false ) , m_nextEnabled( false )
, m_core( nullptr ) , m_core( nullptr )
, m_grp( nullptr )
, m_alongsideButton( nullptr ) , m_alongsideButton( nullptr )
, m_eraseButton( nullptr ) , m_eraseButton( nullptr )
, m_replaceButton( nullptr ) , m_replaceButton( nullptr )