| 512 | } |
| 513 | |
| 514 | void DatapickerImageWidget::pointsVisibilityChanged(bool state) { |
| 515 | CONDITIONAL_LOCK_RETURN; |
| 516 | |
| 517 | for (auto* image : m_imagesList) |
| 518 | image->setPointVisibility(state); |
| 519 | } |
| 520 | |
| 521 | void DatapickerImageWidget::intensitySpanChanged(int lowerLimit, int upperLimit) { |
| 522 | CONDITIONAL_LOCK_RETURN; |
nothing calls this directly
no test coverage detected