MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / 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(const Task* task)
43{

Callers 4

ResourcePageMethod · 0.80
TechnicPageMethod · 0.80
FlamePageMethod · 0.80
ModrinthPageMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected