| 296 | } |
| 297 | |
| 298 | void DatapickerPoint::setIsReferencePoint(bool value) { |
| 299 | Q_D(DatapickerPoint); |
| 300 | d->isReferencePoint = value; |
| 301 | } |
| 302 | |
| 303 | bool DatapickerPoint::isReferencePoint() const { |
| 304 | Q_D(const DatapickerPoint); |
no outgoing calls
no test coverage detected