| 2050 | } |
| 2051 | |
| 2052 | bool AppFrame::actionOnMenuIQSwap(wxCommandEvent &event) { |
| 2053 | if (event.GetId() == wxID_SET_IQSWAP) { |
| 2054 | wxGetApp().getSDRThread()->setIQSwap(!wxGetApp().getSDRThread()->getIQSwap()); |
| 2055 | return true; |
| 2056 | } |
| 2057 | return false; |
| 2058 | } |
| 2059 | |
| 2060 | bool AppFrame::actionOnMenuTips(wxCommandEvent &event) { |
| 2061 | if (event.GetId() == wxID_SET_TIPS) { |
nothing calls this directly
no test coverage detected