| 342 | } |
| 343 | |
| 344 | void TasksWidget::Clear() const |
| 345 | { |
| 346 | adaptixWidget->TasksMap.clear(); |
| 347 | |
| 348 | taskOutputConsole->SetConten("", ""); |
| 349 | |
| 350 | tasksModel->clear(); |
| 351 | comboAgent->clear(); |
| 352 | comboAgent->addItem("All agents"); |
| 353 | comboType->clear(); |
| 354 | comboType->addItem("All types"); |
| 355 | comboStatus->setCurrentIndex(0); |
| 356 | inputFilter->clear(); |
| 357 | } |
| 358 | |
| 359 | |
| 360 |
nothing calls this directly
no test coverage detected