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

Method LineAnnotation

core/annotations.cpp:1459–1462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1457};
1458
1459LineAnnotation::LineAnnotation()
1460 : Annotation(*new LineAnnotationPrivate())
1461{
1462}
1463
1464LineAnnotation::LineAnnotation(const QDomNode &description)
1465 : Annotation(*new LineAnnotationPrivate(), description)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected