| 135 | } |
| 136 | |
| 137 | void PlotAutoscaler::removeChannels(PlotChannel *c) |
| 138 | { |
| 139 | m_channels.removeAll(c); |
| 140 | disconnect(c, &PlotChannel::newData, this, &PlotAutoscaler::onNewData); |
| 141 | } |
| 142 | |
| 143 | double PlotAutoscaler::tolerance() const { return m_tolerance; } |
| 144 |
no test coverage detected