| 126 | DatapickerPoint::~DatapickerPoint() = default; |
| 127 | |
| 128 | void DatapickerPoint::finalizeAdd() { |
| 129 | // after the parent (image or curve) was set, update the properties (symbol, etc.) from the parent |
| 130 | Q_D(DatapickerPoint); |
| 131 | d->updateProperties(); |
| 132 | } |
| 133 | |
| 134 | void DatapickerPoint::init() { |
| 135 | Q_D(DatapickerPoint); |
nothing calls this directly
no test coverage detected