| 1525 | } |
| 1526 | |
| 1527 | void LineAnnotation::setLineInnerColor(const QColor &color) |
| 1528 | { |
| 1529 | Q_D(LineAnnotation); |
| 1530 | d->m_lineInnerColor = color; |
| 1531 | } |
| 1532 | |
| 1533 | QColor LineAnnotation::lineInnerColor() const |
| 1534 | { |
no outgoing calls
no test coverage detected