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

Method FileAttachmentAnnotation

core/annotations.cpp:2893–2896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2891}
2892
2893FileAttachmentAnnotation::FileAttachmentAnnotation()
2894 : Annotation(*new FileAttachmentAnnotationPrivate())
2895{
2896}
2897
2898FileAttachmentAnnotation::FileAttachmentAnnotation(const QDomNode &description)
2899 : Annotation(*new FileAttachmentAnnotationPrivate(), description)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected