[libcalamaresui] Fix initialization order (reduce warnings)

This commit is contained in:
Adriaan de Groot 2019-08-09 16:28:29 +02:00
parent 6f73151786
commit 739363cecd

View File

@ -125,9 +125,9 @@ Branding::Branding( const QString& brandingFilePath,
QObject* parent ) QObject* parent )
: QObject( parent ) : QObject( parent )
, m_descriptorPath( brandingFilePath ) , m_descriptorPath( brandingFilePath )
, m_slideshowAPI( 1 )
, m_welcomeStyleCalamares( false ) , m_welcomeStyleCalamares( false )
, m_welcomeExpandingLogo( true ) , m_welcomeExpandingLogo( true )
, m_slideshowAPI( 1 )
{ {
cDebug() << "Using Calamares branding file at" << brandingFilePath; cDebug() << "Using Calamares branding file at" << brandingFilePath;