| 110 | MarkerPanel *PlotManager::markerPanel() const { return m_markerPanel; } |
| 111 | |
| 112 | GenalyzerPanel *PlotManager::genalyzerPanel() const { return m_genalyzerPanel; } |
| 113 | |
| 114 | QWidget *PlotManager::plotCombo(ChannelComponent *c) { return m_channelPlotcomboMap[c]; } |
| 115 |
no outgoing calls
no test coverage detected