Coverity: explicit initialization

main
Adriaan de Groot 8 years ago
parent e415660f96
commit 3b5955900e

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

Loading…
Cancel
Save