[libcalamaresui] Fix initialization order (reduce warnings)
This commit is contained in:
parent
6f73151786
commit
739363cecd
@ -125,9 +125,9 @@ Branding::Branding( const QString& brandingFilePath,
|
||||
QObject* parent )
|
||||
: QObject( parent )
|
||||
, m_descriptorPath( brandingFilePath )
|
||||
, m_slideshowAPI( 1 )
|
||||
, m_welcomeStyleCalamares( false )
|
||||
, m_welcomeExpandingLogo( true )
|
||||
, m_slideshowAPI( 1 )
|
||||
{
|
||||
cDebug() << "Using Calamares branding file at" << brandingFilePath;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user