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

Method GeomAnnotation

core/annotations.cpp:1790–1793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1788};
1789
1790GeomAnnotation::GeomAnnotation()
1791 : Annotation(*new GeomAnnotationPrivate())
1792{
1793}
1794
1795GeomAnnotation::GeomAnnotation(const QDomNode &description)
1796 : Annotation(*new GeomAnnotationPrivate(), description)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected