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

Method on_skipButton_clicked

launcher/ui/dialogs/ProgressDialog.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void ProgressDialog::on_skipButton_clicked(bool checked)
44{
45 Q_UNUSED(checked);
46 task->abort();
47}
48
49ProgressDialog::~ProgressDialog()
50{

Callers

nothing calls this directly

Calls 1

abortMethod · 0.45

Tested by

no test coverage detected