Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void Representer::updateSettings()
84
{
85
lastTooltipTask_.reset();
86
if (widgets_.empty())
87
return;
88
for (auto &w : widgets_) w->updateSettings();
89
}
90
91
void Representer::clipboardText(const TaskPtr &task)
92
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected