Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
void ProjectSourcePage::setStatus(const QString& message)
283
{
284
m_ui->status->setText(message);
285
m_ui->status->animatedShow();
286
}
287
288
void ProjectSourcePage::clearStatus()
289
{
Callers
1
showMessage
Method · 0.45
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected