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

Method setLineIntent

core/annotations.cpp:1575–1579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected