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

Method fullScoreChanged

src/testcaseeditwidget.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void TestCaseEditWidget::fullScoreChanged(const QString &text) {
197 if (! editTestCase)
198 return;
199
200 editTestCase->setFullScore(text.toInt());
201}
202
203void TestCaseEditWidget::timeLimitChanged(const QString &text) {
204 if (! editTestCase)

Callers

nothing calls this directly

Calls 1

setFullScoreMethod · 0.45

Tested by

no test coverage detected