| 405 | } |
| 406 | |
| 407 | void SDRDevicesDialog::OnTreeDoubleClick( wxMouseEvent& event ) { |
| 408 | OnUseSelected(event); |
| 409 | } |
| 410 | |
| 411 | void SDRDevicesDialog::OnDeviceTimer( wxTimerEvent& event ) { |
| 412 | if (refresh) { |
nothing calls this directly
no outgoing calls
no test coverage detected