mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Coverity: explicit initialization
This commit is contained in:
parent
e415660f96
commit
3b5955900e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue