| 167 | } |
| 168 | |
| 169 | void GeneralSettings::maxJudgingThreadsChanged(const QString &text) { |
| 170 | editSettings->setMaxJudgingThreads(text.toInt()); |
| 171 | } |
| 172 | |
| 173 | void GeneralSettings::inputFileExtensionsChanged(const QString &text) { |
| 174 | editSettings->setInputFileExtensions(text); |
nothing calls this directly
no test coverage detected