| 1011 | } |
| 1012 | |
| 1013 | void CMainFrame::SwapInstruments(int First, int Second) |
| 1014 | { |
| 1015 | AddAction(std::make_unique<ModuleAction::CSwapInst>(First, Second)); // // // |
| 1016 | } |
| 1017 | |
| 1018 | void CMainFrame::UpdateInstrumentName() const { // // // |
| 1019 | if (auto pInst = GetSelectedInstrument()) { |
no outgoing calls
no test coverage detected