| 1579 | } |
| 1580 | |
| 1581 | LineAnnotation::LineIntent LineAnnotation::lineIntent() const |
| 1582 | { |
| 1583 | Q_D(const LineAnnotation); |
| 1584 | return d->m_lineIntent; |
| 1585 | } |
| 1586 | |
| 1587 | Annotation::SubType LineAnnotation::subType() const |
| 1588 | { |
no outgoing calls
no test coverage detected