Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void ProgressDialog::on_skipButton_clicked(bool checked)
44
{
45
Q_UNUSED(checked);
46
task->abort();
47
}
48
49
ProgressDialog::~ProgressDialog()
50
{
Callers
nothing calls this directly
Calls
1
abort
Method · 0.45
Tested by
no test coverage detected