MCPcopy Create free account
hub / github.com/KDE/okular / setLineInnerColor

Method setLineInnerColor

core/annotations.cpp:1527–1531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

endMethod · 0.80
loadToolMethod · 0.80
applyChangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected