[libcalamares] C++ style, warnings--
This commit is contained in:
parent
241cb04f06
commit
27bc64e63f
@ -34,9 +34,10 @@ Label::Label( QObject* parent )
|
||||
}
|
||||
|
||||
Label::Label( const QString& locale, LabelFormat format, QObject* parent )
|
||||
: m_locale( Label::getLocale( locale ) )
|
||||
: QObject( parent )
|
||||
, m_locale( Label::getLocale( locale ) )
|
||||
, m_localeId( locale )
|
||||
, QObject( parent )
|
||||
|
||||
{
|
||||
setLabels( locale, format );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user