| 358 | } |
| 359 | |
| 360 | void LaunchController::onProgressRequested(Task* task) |
| 361 | { |
| 362 | ProgressDialog progDialog(m_parentWidget); |
| 363 | progDialog.setSkipButton(true, tr("Abort")); |
| 364 | m_launcher->proceed(); |
| 365 | progDialog.execWithTask(task); |
| 366 | } |
| 367 | |
| 368 | bool LaunchController::abort() |
| 369 | { |
nothing calls this directly
no test coverage detected