MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / OnAboutDialogClose

Method OnAboutDialogClose

src/AppFrame.cpp:2638–2641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2636}
2637
2638void AppFrame::OnAboutDialogClose(wxCommandEvent& /* event */) {
2639 aboutDlg->Destroy();
2640 aboutDlg = nullptr;
2641}
2642
2643void AppFrame::saveSession(const std::string& fileName) {
2644 wxGetApp().getSessionMgr().saveSession(fileName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected