| 391 | } |
| 392 | |
| 393 | void LaunchController::onProgressRequested(Task* task) |
| 394 | { |
| 395 | ProgressDialog progDialog(m_parentWidget); |
| 396 | progDialog.setSkipButton(true, tr("Abort")); |
| 397 | m_launcher->proceed(); |
| 398 | progDialog.execWithTask(task); |
| 399 | } |
| 400 | |
| 401 | bool LaunchController::abort() |
| 402 | { |
nothing calls this directly
no test coverage detected