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

Method statusChanged

kdevplatform/sublime/container.cpp:501–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501void Container::statusChanged(Sublime::View* view)
502{
503 Q_D(Container);
504
505 const auto statusText = view->viewStatus();
506 d->statusCorner->setText(statusText);
507 d->statusCorner->setVisible(!statusText.isEmpty());
508}
509
510void Container::statusIconChanged(Document* doc)
511{

Callers

nothing calls this directly

Calls 4

viewStatusMethod · 0.45
setTextMethod · 0.45
setVisibleMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected