MCPcopy 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
200void ProjectSourcePage::progressChanged(KJob*, unsigned long value)
201{
202 m_ui->creationProgress->setValue(value);
203}
204
205void ProjectSourcePage::infoMessage(KJob*, const QString& text)
206{

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected