|
|
@ -37,7 +37,7 @@ KeyboardQmlViewStep::prettyName() const
|
|
|
|
QString
|
|
|
|
QString
|
|
|
|
KeyboardQmlViewStep::prettyStatus() const
|
|
|
|
KeyboardQmlViewStep::prettyStatus() const
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return m_prettyStatus;
|
|
|
|
return m_config->prettyStatus();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
bool
|
|
|
|
bool
|
|
|
@ -80,7 +80,6 @@ void
|
|
|
|
KeyboardQmlViewStep::onLeave()
|
|
|
|
KeyboardQmlViewStep::onLeave()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
m_config->finalize();
|
|
|
|
m_config->finalize();
|
|
|
|
m_prettyStatus = m_config->prettyStatus();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
QObject*
|
|
|
|
QObject*
|
|
|
@ -92,6 +91,5 @@ KeyboardQmlViewStep::getConfig()
|
|
|
|
void
|
|
|
|
void
|
|
|
|
KeyboardQmlViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|
|
|
KeyboardQmlViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
Calamares::QmlViewStep::setConfigurationMap( configurationMap );
|
|
|
|
Calamares::QmlViewStep::setConfigurationMap( configurationMap );
|
|
|
|
}
|
|
|
|
}
|
|
|
|