| 42 | |
| 43 | |
| 44 | void PortSelectorDialog::onOKButton( wxCommandEvent& /* event */ ) { |
| 45 | wxGetApp().getAppFrame()->setRigControlPort(m_portSelection->GetValue().ToStdString()); |
| 46 | } |
| 47 | |
| 48 | |
| 49 | void PortSelectorDialog::onClose(wxCloseEvent & /* event */) { |
nothing calls this directly
no test coverage detected