mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25: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_componentName()
|
||||
, m_welcomeStyleCalamares( false )
|
||||
, m_welcomeExpandingLogo( true )
|
||||
{
|
||||
cDebug() << "Using Calamares branding file at" << brandingFilePath;
|
||||
QFile file( brandingFilePath );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue