MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / maxJudgingThreadsChanged

Method maxJudgingThreadsChanged

src/generalsettings.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void GeneralSettings::maxJudgingThreadsChanged(const QString &text) {
170 editSettings->setMaxJudgingThreads(text.toInt());
171}
172
173void GeneralSettings::inputFileExtensionsChanged(const QString &text) {
174 editSettings->setInputFileExtensions(text);

Callers

nothing calls this directly

Calls 1

setMaxJudgingThreadsMethod · 0.80

Tested by

no test coverage detected