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

Method subtaskDependenceClear

src/testcaseeditwidget.cpp:187–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void TestCaseEditWidget::subtaskDependenceClear() {
188 ui->subtaskDependecne->clear();
189
190 if (! editTestCase)
191 return;
192
193 editTestCase->clearDependenceSubtask();
194}
195
196void TestCaseEditWidget::fullScoreChanged(const QString &text) {
197 if (! editTestCase)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected