MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / onProgressRequested

Method onProgressRequested

launcher/LaunchController.cpp:424–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void 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
432bool LaunchController::abort()
433{

Callers

nothing calls this directly

Calls 3

setSkipButtonMethod · 0.80
execWithTaskMethod · 0.80
proceedMethod · 0.45

Tested by

no test coverage detected