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

Method CaretAnnotation

core/annotations.cpp:2799–2802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2797}
2798
2799CaretAnnotation::CaretAnnotation()
2800 : Annotation(*new CaretAnnotationPrivate())
2801{
2802}
2803
2804CaretAnnotation::CaretAnnotation(const QDomNode &description)
2805 : Annotation(*new CaretAnnotationPrivate(), description)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected