| 36 | } |
| 37 | |
| 38 | void SDRDeviceAddDialog::OnCancelButton( wxCommandEvent& /* event */) { |
| 39 | okPressed = false; |
| 40 | Close(true); |
| 41 | } |
| 42 | |
| 43 | void SDRDeviceAddDialog::OnOkButton( wxCommandEvent& /* event */) { |
| 44 | wxString strSel = m_soapyModule->GetStringSelection(); |
nothing calls this directly
no outgoing calls
no test coverage detected