| 182 | }; |
| 183 | |
| 184 | ControlPanel::ControlPanel(MidiController *midiController, PresetController *presetController) |
| 185 | : impl_(std::make_unique<Impl>(this, midiController, presetController)) {} |
| 186 | |
| 187 | ControlPanel::~ControlPanel() noexcept = default; |
| 188 |
nothing calls this directly
no outgoing calls
no test coverage detected