Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ on_skipButton_clicked
Method
on_skipButton_clicked
launcher/ui/dialogs/ProgressDialog.cpp:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
}
83
84
void ProgressDialog::on_skipButton_clicked(bool checked)
85
{
86
Q_UNUSED(checked);
87
if (ui->skipButton->isEnabled()) // prevent other triggers from aborting
88
m_task->abort();
89
}
90
91
ProgressDialog::~ProgressDialog()
92
{
Callers
nothing calls this directly
Calls
2
isEnabled
Method · 0.80
abort
Method · 0.45
Tested by
no test coverage detected