| 569 | } |
| 570 | |
| 571 | void DatapickerImageWidget::plotImageTypeChanged(int index) { |
| 572 | CONDITIONAL_LOCK_RETURN; |
| 573 | |
| 574 | for (auto* image : m_imagesList) |
| 575 | image->setPlotImageType(DatapickerImage::PlotImageType(index)); |
| 576 | } |
| 577 | |
| 578 | void DatapickerImageWidget::rotationChanged(double value) { |
| 579 | CONDITIONAL_RETURN_NO_LOCK; |
nothing calls this directly
no test coverage detected