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

Method changeStatus

launcher/ui/dialogs/ProgressDialog.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void ProgressDialog::changeStatus(const QString& status)
146{
147 ui->globalStatusLabel->setText(task->getStatus());
148 ui->statusLabel->setText(task->getStepStatus());
149
150 updateSize();
151}
152
153void ProgressDialog::changeProgress(qint64 current, qint64 total)
154{

Callers

nothing calls this directly

Calls 3

getStatusMethod · 0.80
setTextMethod · 0.45
getStepStatusMethod · 0.45

Tested by

no test coverage detected