core: Eliminate remaining usages of the global system instance
Removes all remaining usages of the global system instance. After this, migration can begin to migrate to being constructed and managed entirely by the various frontends.
This commit is contained in:
parent
5fe92fd841
commit
c06510376a
21 changed files with 59 additions and 1594 deletions
|
@ -180,7 +180,7 @@ void ConfigureProfileManager::ApplyConfiguration() {
|
|||
return;
|
||||
}
|
||||
|
||||
Settings::Apply();
|
||||
Settings::Apply(Core::System::GetInstance());
|
||||
}
|
||||
|
||||
void ConfigureProfileManager::SelectUser(const QModelIndex& index) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue