| 475 | } |
| 476 | |
| 477 | void DatapickerImage::setPointSeparation(const int value) { |
| 478 | Q_D(DatapickerImage); |
| 479 | d->pointSeparation = value; |
| 480 | } |
| 481 | |
| 482 | void DatapickerImage::referencePointSelected(const DatapickerPoint* point) { |
| 483 | const auto& points = children<DatapickerPoint>(AbstractAspect::ChildIndexFlag::IncludeHidden); |
no outgoing calls
no test coverage detected