Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ progressChanged
Method
progressChanged
kdevplatform/shell/projectsourcepage.cpp:200–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
void ProjectSourcePage::progressChanged(KJob*, unsigned long value)
201
{
202
m_ui->creationProgress->setValue(value);
203
}
204
205
void ProjectSourcePage::infoMessage(KJob*, const QString& text)
206
{
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected