| 422 | } |
| 423 | |
| 424 | void HistogramDock::binRangesMaxDateTimeChanged(qint64 value) { |
| 425 | CONDITIONAL_LOCK_RETURN; |
| 426 | |
| 427 | for (auto* hist : m_curvesList) |
| 428 | hist->setBinRangesMax(value); |
| 429 | } |
| 430 | |
| 431 | //"Margin Plots"-Tab |
| 432 | void HistogramDock::rugEnabledChanged(bool state) { |
nothing calls this directly
no test coverage detected