mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
[localeq] Fix build, missed one case of removed member variable
This commit is contained in:
parent
fb927c9763
commit
fdbfbfe284
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue