| 2289 | }; |
| 2290 | |
| 2291 | StampAnnotation::StampAnnotation() |
| 2292 | : Annotation(*new StampAnnotationPrivate()) |
| 2293 | { |
| 2294 | } |
| 2295 | |
| 2296 | StampAnnotation::StampAnnotation(const QDomNode &description) |
| 2297 | : Annotation(*new StampAnnotationPrivate(), description) |
nothing calls this directly
no outgoing calls
no test coverage detected