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

Method compileTimeLimitChanged

src/generalsettings.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void GeneralSettings::compileTimeLimitChanged(const QString &text) {
154 editSettings->setCompileTimeLimit(text.toInt());
155}
156
157void GeneralSettings::specialJudgeTimeLimitChanged(const QString &text) {
158 editSettings->setSpecialJudgeTimeLimit(text.toInt());

Callers

nothing calls this directly

Calls 1

setCompileTimeLimitMethod · 0.80

Tested by

no test coverage detected