| 17 | } |
| 18 | |
| 19 | Theme::ThemeMode SettingsAgent::ThemeMode() const |
| 20 | { |
| 21 | return static_cast<Theme::ThemeMode>(_config["ThemeMode"].toInt()); |
| 22 | } |
| 23 | |
| 24 | void SettingsAgent::setThemeMode(Theme::ThemeMode &theme_mode) |
| 25 | { |
no outgoing calls
no test coverage detected