Coverity: explicit initialization
This commit is contained in:
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…
Reference in New Issue
Block a user