| 53 | ExtTestCaseModifier::~ExtTestCaseModifier() { delete ui; } |
| 54 | |
| 55 | void ExtTestCaseModifier::refresh() { |
| 56 | ui->testCaseTable->refreshTask(editTask); |
| 57 | whenTestCaseSelectionChanged(); |
| 58 | } |
| 59 | |
| 60 | void ExtTestCaseModifier::init(Task *theTask, const Settings *theSettings) { |
| 61 | editTask = theTask; |
nothing calls this directly
no test coverage detected