Coverity: uninitialized member

This commit is contained in:
Adriaan de Groot 2017-07-11 09:32:09 -04:00
parent c66807282b
commit 594bc37d67

View File

@ -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 );