| 422 | } |
| 423 | |
| 424 | void LaunchController::onProgressRequested(Task* task) |
| 425 | { |
| 426 | ProgressDialog progDialog(m_parentWidget); |
| 427 | progDialog.setSkipButton(true, tr("Abort")); |
| 428 | m_launcher->proceed(); |
| 429 | progDialog.execWithTask(task); |
| 430 | } |
| 431 | |
| 432 | bool LaunchController::abort() |
| 433 | { |
nothing calls this directly
no test coverage detected