[libcalamares] C++ style, warnings--

main
Adriaan de Groot 6 years ago
parent 241cb04f06
commit 27bc64e63f

@ -34,9 +34,10 @@ Label::Label( QObject* parent )
} }
Label::Label( const QString& locale, LabelFormat format, 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 ) , m_localeId( locale )
, QObject( parent )
{ {
setLabels( locale, format ); setLabels( locale, format );
} }

Loading…
Cancel
Save