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

Method OnButtonCheckupdateCloseClick

src/checkupdates_ui.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 */
214
215void CheckUpdatesUI::OnButtonCheckupdateCloseClick( wxCommandEvent& event )
216{
217 EndModal(wxCANCEL);
218 event.Skip(false);
219}
220
221
222/*!

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected