| 459 | } |
| 460 | |
| 461 | void LaunchController::onProgressRequested(Task* task) |
| 462 | { |
| 463 | ProgressDialog progDialog(m_parentWidget); |
| 464 | progDialog.setSkipButton(true, tr("Abort")); |
| 465 | m_launcher->proceed(); |
| 466 | progDialog.execWithTask(task); |
| 467 | } |
| 468 | |
| 469 | bool LaunchController::abort() |
| 470 | { |
nothing calls this directly
no test coverage detected