From d2f5185d493800ef950273d07840c055c0e0494c Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 2 Apr 2020 22:00:43 +0200 Subject: [PATCH] [welcome] Remove unused m_configurationMap - the configuration is split into specific properties, not stored generically. --- src/modules/welcome/Config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/welcome/Config.h b/src/modules/welcome/Config.h index f447c7a10..9c8fb12e5 100644 --- a/src/modules/welcome/Config.h +++ b/src/modules/welcome/Config.h @@ -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;