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

Method HighlightAnnotation

core/annotations.cpp:2088–2091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2086};
2087
2088HighlightAnnotation::HighlightAnnotation()
2089 : Annotation(*new HighlightAnnotationPrivate())
2090{
2091}
2092
2093HighlightAnnotation::HighlightAnnotation(const QDomNode &description)
2094 : Annotation(*new HighlightAnnotationPrivate(), description)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected