| 1531 | } |
| 1532 | |
| 1533 | QColor LineAnnotation::lineInnerColor() const |
| 1534 | { |
| 1535 | Q_D(const LineAnnotation); |
| 1536 | return d->m_lineInnerColor; |
| 1537 | } |
| 1538 | |
| 1539 | void LineAnnotation::setLineLeadingForwardPoint(double point) |
| 1540 | { |
no outgoing calls
no test coverage detected