| 3179 | } |
| 3180 | |
| 3181 | ScreenAnnotation::ScreenAnnotation() |
| 3182 | : Annotation(*new ScreenAnnotationPrivate()) |
| 3183 | { |
| 3184 | } |
| 3185 | |
| 3186 | ScreenAnnotation::ScreenAnnotation(const QDomNode &description) |
| 3187 | : Annotation(*new ScreenAnnotationPrivate(), description) |
nothing calls this directly
no outgoing calls
no test coverage detected