| 365 | } |
| 366 | |
| 367 | std::map<std::string, PreferencePack> Gui::PreferencePackManager::preferencePacks() const |
| 368 | { |
| 369 | return _preferencePacks; |
| 370 | } |
| 371 | |
| 372 | bool PreferencePackManager::apply(const std::string& preferencePackName) const |
| 373 | { |
no outgoing calls
no test coverage detected