| 6 | } |
| 7 | |
| 8 | AnnotationList::~AnnotationList() { |
| 9 | removeAllAnnotations(); |
| 10 | removeAllGroups(); |
| 11 | } |
| 12 | |
| 13 | bool AnnotationList::isModified() { |
| 14 | for (std::vector<std::shared_ptr<Annotation> >::iterator it = _annotations.begin(); it != _annotations.end(); ++it) { |
nothing calls this directly
no outgoing calls
no test coverage detected