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

Method progressFormat

launcher/ui/widgets/ProgressWidget.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void ProgressWidget::progressFormat(QString format)
35{
36 if (format.isEmpty())
37 m_bar->setTextVisible(false);
38 else
39 m_bar->setFormat(format);
40}
41
42void ProgressWidget::watch(Task* task)
43{

Callers 1

ModPageMethod · 0.80

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected