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 ) : QObject( parent )
, m_descriptorPath( brandingFilePath ) , m_descriptorPath( brandingFilePath )
, m_componentName() , m_componentName()
, m_welcomeStyleCalamares( false )
{ {
cDebug() << "Using Calamares branding file at" << brandingFilePath; cDebug() << "Using Calamares branding file at" << brandingFilePath;
QFile file( brandingFilePath ); QFile file( brandingFilePath );

Loading…
Cancel
Save