| 469 | } |
| 470 | |
| 471 | void LaunchController::onProgressRequested(Task* task) const |
| 472 | { |
| 473 | ProgressDialog progDialog(m_parentWidget); |
| 474 | progDialog.setSkipButton(true, tr("Abort")); |
| 475 | m_launcher->proceed(); |
| 476 | progDialog.execWithTask(task); |
| 477 | } |
| 478 | |
| 479 | bool LaunchController::abort() |
| 480 | { |
nothing calls this directly
no test coverage detected