Initialize all members (fix Coverity defect 114173).
This commit is contained in:
parent
749a740ffa
commit
27b27644c4
@ -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 );
|
||||||
|
Loading…
Reference in New Issue
Block a user