| 84 | } |
| 85 | |
| 86 | void GeneralSettings::onLanguageComboBoxChanged(const QString &arg) { editSettings->setUiLanguage(arg); } |
| 87 | |
| 88 | auto GeneralSettings::checkValid() -> bool { |
| 89 | if (ui->defaultFullScore->text().isEmpty()) { |
nothing calls this directly
no test coverage detected