| 270 | } |
| 271 | |
| 272 | void Settings::setCurrendColorTheme(ColorTheme *x) { colorThemeList[currentColorTheme] = x; } |
| 273 | |
| 274 | void Settings::setCurrentColorThemeIndex(int x) { |
| 275 | if (0 <= x && x < colorThemeList.size()) |
nothing calls this directly
no outgoing calls
no test coverage detected