MCPcopy Create free account
hub / github.com/OneMoreGres/ScreenTranslator / updateSettings

Method updateSettings

src/represent/representer.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void Representer::updateSettings()
84{
85 lastTooltipTask_.reset();
86 if (widgets_.empty())
87 return;
88 for (auto &w : widgets_) w->updateSettings();
89}
90
91void Representer::clipboardText(const TaskPtr &task)
92{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected