Coverity: explicit initialization

This commit is contained in:
Adriaan de Groot 2017-06-27 06:05:26 -04:00
parent e415660f96
commit 3b5955900e

View File

@ -82,6 +82,7 @@ Branding::Branding( const QString& brandingFilePath,
: QObject( parent )
, m_descriptorPath( brandingFilePath )
, m_componentName()
, m_welcomeStyleCalamares( false )
{
cDebug() << "Using Calamares branding file at" << brandingFilePath;
QFile file( brandingFilePath );