| 201 | } |
| 202 | |
| 203 | void CSettingsService::LoadSettings() { |
| 204 | for (auto &x : m_pSettings) |
| 205 | x->LoadFromRegistry(); |
| 206 | } |
| 207 | |
| 208 | void CSettingsService::SaveSettings() { |
| 209 | for (auto &x : m_pSettings) |
nothing calls this directly
no test coverage detected