Initialize all members (fix Coverity defect 114173).

This commit is contained in:
Teo Mrnjavac 2016-02-26 13:19:47 +01:00
parent 749a740ffa
commit 27b27644c4

View File

@ -47,6 +47,7 @@ Settings::Settings( const QString& settingsFilePath,
: QObject( parent ) : QObject( parent )
, m_debug( debugMode ) , m_debug( debugMode )
, m_promptInstall( false ) , m_promptInstall( false )
, m_doChroot( true )
{ {
cDebug() << "Using Calamares settings file at" << settingsFilePath; cDebug() << "Using Calamares settings file at" << settingsFilePath;
QFile file( settingsFilePath ); QFile file( settingsFilePath );