| 2636 | } |
| 2637 | |
| 2638 | void AppFrame::OnAboutDialogClose(wxCommandEvent& /* event */) { |
| 2639 | aboutDlg->Destroy(); |
| 2640 | aboutDlg = nullptr; |
| 2641 | } |
| 2642 | |
| 2643 | void AppFrame::saveSession(const std::string& fileName) { |
| 2644 | wxGetApp().getSessionMgr().saveSession(fileName); |
nothing calls this directly
no outgoing calls
no test coverage detected