MCPcopy 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
84void 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
91ProgressDialog::~ProgressDialog()
92{

Callers

nothing calls this directly

Calls 2

isEnabledMethod · 0.80
abortMethod · 0.45

Tested by

no test coverage detected