[welcome] Remove unused m_configurationMap

- the configuration is split into specific properties, not
  stored generically.
This commit is contained in:
Adriaan de Groot 2020-04-02 22:00:43 +02:00
parent 39afbdb570
commit d2f5185d49

View File

@ -93,13 +93,14 @@ signals:
private:
void initLanguages();
QVariantMap m_configurationMap;
Calamares::RequirementsModel* m_requirementsModel;
CalamaresUtils::Locale::LabelModel* m_languages;
QString m_languageIcon;
QString m_countryCode;
int m_localeIndex = 0;
bool m_isNextEnabled = false;
CalamaresUtils::Locale::LabelModel* m_languages;
QString m_genericWelcomeMessage;
QString m_warningMessage;