| 1567 | } |
| 1568 | |
| 1569 | bool LineAnnotation::showCaption() const |
| 1570 | { |
| 1571 | Q_D(const LineAnnotation); |
| 1572 | return d->m_lineShowCaption; |
| 1573 | } |
| 1574 | |
| 1575 | void LineAnnotation::setLineIntent(LineIntent intent) |
| 1576 | { |
no outgoing calls
no test coverage detected