[localeq] Report summary before install
This commit is contained in:
parent
a4ed160060
commit
07c096673d
@ -41,6 +41,13 @@ LocaleQmlViewStep::prettyName() const
|
||||
return tr( "Location" );
|
||||
}
|
||||
|
||||
QString
|
||||
LocaleQmlViewStep::prettyStatus() const
|
||||
{
|
||||
QStringList l { m_config->currentLocationStatus(), m_config->currentLanguageStatus(), m_config->currentLCStatus() };
|
||||
return l.join( QStringLiteral( "<br/>" ) );
|
||||
}
|
||||
|
||||
bool
|
||||
LocaleQmlViewStep::isNextEnabled() const
|
||||
{
|
||||
|
@ -35,6 +35,7 @@ public:
|
||||
explicit LocaleQmlViewStep( QObject* parent = nullptr );
|
||||
|
||||
QString prettyName() const override;
|
||||
QString prettyStatus() const override;
|
||||
|
||||
bool isNextEnabled() const override;
|
||||
bool isBackEnabled() const override;
|
||||
|
Loading…
Reference in New Issue
Block a user