MCPcopy Create free account
hub / github.com/KDE/kdevelop / infoMessage

Method infoMessage

kdevplatform/shell/projectsourcepage.cpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void ProjectSourcePage::infoMessage(KJob*, const QString& text)
206{
207 m_ui->creationProgress->setFormat(i18nc("Format of the progress bar text. progress and info",
208 "%1 : %p%", text));
209}
210
211void ProjectSourcePage::projectReceived(KJob* job)
212{

Callers

nothing calls this directly

Calls 1

setFormatMethod · 0.45

Tested by

no test coverage detected