MCPcopy Create free account
hub / github.com/PrismLauncher/PrismLauncher / onProgressRequested

Method onProgressRequested

launcher/LaunchController.cpp:471–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471void LaunchController::onProgressRequested(Task* task) const
472{
473 ProgressDialog progDialog(m_parentWidget);
474 progDialog.setSkipButton(true, tr("Abort"));
475 m_launcher->proceed();
476 progDialog.execWithTask(task);
477}
478
479bool LaunchController::abort()
480{

Callers

nothing calls this directly

Calls 3

setSkipButtonMethod · 0.80
execWithTaskMethod · 0.80
proceedMethod · 0.45

Tested by

no test coverage detected