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

Method timeLimitChanged

src/testcaseeditwidget.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void TestCaseEditWidget::timeLimitChanged(const QString &text) {
204 if (! editTestCase)
205 return;
206
207 editTestCase->setTimeLimit(text.toInt());
208}
209
210void TestCaseEditWidget::memoryLimitChanged(const QString &text) {
211 if (! editTestCase)

Callers

nothing calls this directly

Calls 1

setTimeLimitMethod · 0.45

Tested by

no test coverage detected