MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / SetControlChanged

Method SetControlChanged

cppcryptfs/ui/SettingsPropertyPage.cpp:243–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void CSettingsPropertyPage::SetControlChanged(int id)
244{
245 auto it = m_controls.find(id);
246
247 assert(it != m_controls.end());
248
249 if (it == m_controls.end())
250 return;
251
252 it->second->Set(CryptSetting::Changed);
253}
254
255
256

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
SetMethod · 0.80

Tested by

no test coverage detected