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

Method StampAnnotation

core/annotations.cpp:2291–2294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2289};
2290
2291StampAnnotation::StampAnnotation()
2292 : Annotation(*new StampAnnotationPrivate())
2293{
2294}
2295
2296StampAnnotation::StampAnnotation(const QDomNode &description)
2297 : Annotation(*new StampAnnotationPrivate(), description)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected