mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
Initialize all members (fix Coverity defect 114173).
This commit is contained in:
parent
749a740ffa
commit
27b27644c4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue