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

Method SoundAnnotation

core/annotations.cpp:2993–2996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2991}
2992
2993SoundAnnotation::SoundAnnotation()
2994 : Annotation(*new SoundAnnotationPrivate())
2995{
2996}
2997
2998SoundAnnotation::SoundAnnotation(const QDomNode &description)
2999 : Annotation(*new SoundAnnotationPrivate(), description)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected