| 590 | } |
| 591 | |
| 592 | void DatapickerImageWidget::pointSeparationChanged(int value) { |
| 593 | CONDITIONAL_LOCK_RETURN; |
| 594 | |
| 595 | for (auto* image : m_imagesList) |
| 596 | image->setPointSeparation(value); |
| 597 | } |
| 598 | |
| 599 | //******************************************************************* |
| 600 | //******** SLOTs for changes triggered in DatapickerImage *********** |
nothing calls this directly
no test coverage detected