| 2991 | } |
| 2992 | |
| 2993 | SoundAnnotation::SoundAnnotation() |
| 2994 | : Annotation(*new SoundAnnotationPrivate()) |
| 2995 | { |
| 2996 | } |
| 2997 | |
| 2998 | SoundAnnotation::SoundAnnotation(const QDomNode &description) |
| 2999 | : Annotation(*new SoundAnnotationPrivate(), description) |
nothing calls this directly
no outgoing calls
no test coverage detected