mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Coverity: uninitialized member
This commit is contained in:
parent
c66807282b
commit
594bc37d67
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ Branding::Branding( const QString& brandingFilePath,
|
||||||
, m_descriptorPath( brandingFilePath )
|
, m_descriptorPath( brandingFilePath )
|
||||||
, m_componentName()
|
, m_componentName()
|
||||||
, m_welcomeStyleCalamares( false )
|
, m_welcomeStyleCalamares( false )
|
||||||
|
, m_welcomeExpandingLogo( true )
|
||||||
{
|
{
|
||||||
cDebug() << "Using Calamares branding file at" << brandingFilePath;
|
cDebug() << "Using Calamares branding file at" << brandingFilePath;
|
||||||
QFile file( brandingFilePath );
|
QFile file( brandingFilePath );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue