Coverity: uninitialized member
This commit is contained in:
parent
c66807282b
commit
594bc37d67
@ -83,6 +83,7 @@ Branding::Branding( const QString& brandingFilePath,
|
||||
, m_descriptorPath( brandingFilePath )
|
||||
, m_componentName()
|
||||
, m_welcomeStyleCalamares( false )
|
||||
, m_welcomeExpandingLogo( true )
|
||||
{
|
||||
cDebug() << "Using Calamares branding file at" << brandingFilePath;
|
||||
QFile file( brandingFilePath );
|
||||
|
Loading…
Reference in New Issue
Block a user