| 138 | } |
| 139 | |
| 140 | void PlotManager::removeChannel(ChannelComponent *c) |
| 141 | { |
| 142 | c->removeChannelFromPlot(); |
| 143 | c->plotChannelCmpt()->plotComponent()->removeChannel(c); |
| 144 | m_channels.removeAll(c->plotChannelCmpt()); |
| 145 | m_channelPlotcomboMap.remove(c); |
| 146 | } |
| 147 | |
| 148 | void PlotManager::moveChannel(ChannelComponent *c, uint32_t uuid) |
| 149 | { |
no test coverage detected