Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void ProgressWidget::progressFormat(QString format)
35
{
36
if (format.isEmpty())
37
m_bar->setTextVisible(false);
38
else
39
m_bar->setFormat(format);
40
}
41
42
void ProgressWidget::watch(const Task* task)
43
{
Callers
4
ResourcePage
Method · 0.80
TechnicPage
Method · 0.80
FlamePage
Method · 0.80
ModrinthPage
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected