MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / UpdateTitle

Method UpdateTitle

src/render_panel/ui/stat_chart.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void StatChart::UpdateTitle(const QString& title) {
64 chart_->setTitle(title);
65 }
66
67 void StatChart::UpdateLines(const std::map<QString, std::vector<int32_t>>& value) {
68 ctx_->PostUITask([=, this]() {

Callers 1

UpdateUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected