| 99 | } |
| 100 | |
| 101 | void PlotComponent::setXInterval(QPair<double, double> p) { setXInterval(p.first, p.second); } |
| 102 | |
| 103 | void PlotComponent::setXUnit(QString s) { m_plots[0]->xAxis()->setUnits(s); } |
| 104 |
nothing calls this directly
no test coverage detected