MCPcopy Create free account
hub / github.com/cmauri/eviacam / OnCheckboxCheckUpdatesClick

Method OnCheckboxCheckUpdatesClick

src/wconfiguration.cpp:2050–2055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2048 */
2049
2050void WConfiguration::OnCheckboxCheckUpdatesClick(wxCommandEvent& event)
2051{
2052 wxGetApp().GetController().SetCheckUpdatesAtStartup(m_chkCheckUpdatesAtStartup->GetValue());
2053 event.Skip(false);
2054 Changed();
2055}
2056
2057

Callers

nothing calls this directly

Calls 2

GetValueMethod · 0.80

Tested by

no test coverage detected