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

Method SetControlChanged

cppcryptfs/ui/MoreSettingsPropertyPage.cpp:133–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void CMoreSettingsPropertyPage::SetControlChanged(int id)
134{
135 auto it = m_controls.find(id);
136
137 assert(it != m_controls.end());
138
139 if (it == m_controls.end())
140 return;
141
142 it->second->Set(CryptSetting::Changed);
143}
144
145void CMoreSettingsPropertyPage::OnClickedDefaults()
146{

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
SetMethod · 0.80

Tested by

no test coverage detected