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

main
Adriaan de Groot 5 years ago
parent fb927c9763
commit fdbfbfe284

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

Loading…
Cancel
Save