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

Method setStatus

kdevplatform/shell/projectsourcepage.cpp:282–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void ProjectSourcePage::setStatus(const QString& message)
283{
284 m_ui->status->setText(message);
285 m_ui->status->animatedShow();
286}
287
288void ProjectSourcePage::clearStatus()
289{

Callers 1

showMessageMethod · 0.45

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected