| 2891 | } |
| 2892 | |
| 2893 | FileAttachmentAnnotation::FileAttachmentAnnotation() |
| 2894 | : Annotation(*new FileAttachmentAnnotationPrivate()) |
| 2895 | { |
| 2896 | } |
| 2897 | |
| 2898 | FileAttachmentAnnotation::FileAttachmentAnnotation(const QDomNode &description) |
| 2899 | : Annotation(*new FileAttachmentAnnotationPrivate(), description) |
nothing calls this directly
no outgoing calls
no test coverage detected