| 141 | const QList<ColorTheme *> &Settings::getColorThemeList() const { return colorThemeList; } |
| 142 | |
| 143 | ColorTheme Settings::getCurrentColorTheme() const { return *colorThemeList[currentColorTheme]; } |
| 144 | |
| 145 | auto Settings::getUiLanguage() const -> const QString & { return uiLanguage; } |
| 146 |
no outgoing calls
no test coverage detected