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

Method timeLimitChanged

src/addtestcaseswizard.cpp:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79void AddTestCasesWizard::fullScoreChanged(const QString &text) { fullScore = text.toInt(); }
80
81void AddTestCasesWizard::timeLimitChanged(const QString &text) { timeLimit = text.toInt(); }
82
83void AddTestCasesWizard::memoryLimitChanged(const QString &text) { memoryLimit = text.toInt(); }
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected