| 955 | } |
| 956 | |
| 957 | void CartesianPlotDock::niceExtendChanged(bool checked) { |
| 958 | CONDITIONAL_LOCK_RETURN; |
| 959 | |
| 960 | for (auto* plot : m_plotList) |
| 961 | plot->setNiceExtend(checked); |
| 962 | } |
| 963 | |
| 964 | void CartesianPlotDock::rangePointsChanged(const QString& text) { |
| 965 | CONDITIONAL_LOCK_RETURN; |
nothing calls this directly
no test coverage detected