| 1573 | } |
| 1574 | |
| 1575 | void LineAnnotation::setLineIntent(LineIntent intent) |
| 1576 | { |
| 1577 | Q_D(LineAnnotation); |
| 1578 | d->m_lineIntent = intent; |
| 1579 | } |
| 1580 | |
| 1581 | LineAnnotation::LineIntent LineAnnotation::lineIntent() const |
| 1582 | { |
no outgoing calls
no test coverage detected