[localeq] Fix build, missed one case of removed member variable

This commit is contained in:
Adriaan de Groot 2020-07-23 17:46:20 +02:00
parent fb927c9763
commit fdbfbfe284

View File

@ -27,7 +27,6 @@ LocaleQmlViewStep::LocaleQmlViewStep( QObject* parent )
: Calamares::QmlViewStep( parent )
, m_config( std::make_unique< Config >( this ) )
{
emit nextStatusChanged( m_nextEnabled );
}
QObject*