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

Method Annotation

core/annotations.cpp:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588Annotation::Annotation(AnnotationPrivate &dd)
589 : d_ptr(&dd)
590{
591}
592
593Annotation::Annotation(AnnotationPrivate &dd, const QDomNode &description)
594 : d_ptr(&dd)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected