Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ setValue
Method
setValue
launcher/ui/widgets/SubTaskProgressBar.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void SubTaskProgressBar::setValue(int value)
44
{
45
ui->progressBar->setValue(value);
46
}
47
48
void SubTaskProgressBar::setStatus(QString status)
49
{
Callers
15
saveFile
Method · 0.80
checkForUpdates
Method · 0.80
setAutomaticallyChecksForUpdates
Method · 0.80
setUpdateCheckInterval
Method · 0.80
setBetaAllowed
Method · 0.80
offerUpdate
Method · 0.80
moveAndFinishUpdate
Method · 0.80
backupAppDir
Method · 0.80
data
Method · 0.80
versionRequestSucceeded
Method · 0.80
infoRequestSucceeded
Method · 0.80
setCurrentPack
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_SaveAlreadyExistingFileWithSpecialChars
Method · 0.64