MCPcopy Create free account
hub / github.com/MultiMC/Launcher / onProgressRequested

Method onProgressRequested

launcher/LaunchController.cpp:393–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void 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
401bool LaunchController::abort()
402{

Callers

nothing calls this directly

Calls 3

setSkipButtonMethod · 0.80
execWithTaskMethod · 0.80
proceedMethod · 0.45

Tested by

no test coverage detected