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

Method onProgressRequested

launcher/LaunchController.cpp:461–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void LaunchController::onProgressRequested(Task* task)
462{
463 ProgressDialog progDialog(m_parentWidget);
464 progDialog.setSkipButton(true, tr("Abort"));
465 m_launcher->proceed();
466 progDialog.execWithTask(task);
467}
468
469bool LaunchController::abort()
470{

Callers

nothing calls this directly

Calls 3

setSkipButtonMethod · 0.80
execWithTaskMethod · 0.80
proceedMethod · 0.45

Tested by

no test coverage detected