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

Method ScreenAnnotation

core/annotations.cpp:3181–3184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3179}
3180
3181ScreenAnnotation::ScreenAnnotation()
3182 : Annotation(*new ScreenAnnotationPrivate())
3183{
3184}
3185
3186ScreenAnnotation::ScreenAnnotation(const QDomNode &description)
3187 : Annotation(*new ScreenAnnotationPrivate(), description)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected