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

Method RichMediaAnnotation

core/annotations.cpp:3383–3386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3381}
3382
3383RichMediaAnnotation::RichMediaAnnotation()
3384 : Annotation(*new RichMediaAnnotationPrivate())
3385{
3386}
3387
3388RichMediaAnnotation::RichMediaAnnotation(const QDomNode &description)
3389 : Annotation(*new RichMediaAnnotationPrivate, description)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected