configuration: Add const qualifier where able

This commit is contained in:
lat9nq
2021-07-30 10:07:32 -04:00
committed by Morph
parent fb66a455c4
commit 493905665c
18 changed files with 28 additions and 31 deletions

View File

@ -76,7 +76,7 @@ QString GetProfileUsernameFromUser(QWidget* parent, const QString& description_t
}
} // Anonymous namespace
ConfigureProfileManager::ConfigureProfileManager(Core::System& system_, QWidget* parent)
ConfigureProfileManager::ConfigureProfileManager(const Core::System& system_, QWidget* parent)
: QWidget(parent), ui(new Ui::ConfigureProfileManager),
profile_manager(std::make_unique<Service::Account::ProfileManager>()), system{system_} {
ui->setupUi(this);