| 3381 | } |
| 3382 | |
| 3383 | RichMediaAnnotation::RichMediaAnnotation() |
| 3384 | : Annotation(*new RichMediaAnnotationPrivate()) |
| 3385 | { |
| 3386 | } |
| 3387 | |
| 3388 | RichMediaAnnotation::RichMediaAnnotation(const QDomNode &description) |
| 3389 | : Annotation(*new RichMediaAnnotationPrivate, description) |
nothing calls this directly
no outgoing calls
no test coverage detected