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

Method onProgressRequested

launcher/LaunchController.cpp:360–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void 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
368bool LaunchController::abort()
369{

Callers

nothing calls this directly

Calls 3

setSkipButtonMethod · 0.80
execWithTaskMethod · 0.80
proceedMethod · 0.45

Tested by

no test coverage detected