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