| 90 | } |
| 91 | |
| 92 | std::vector<std::shared_ptr<AnnotationGroup> > AnnotationList::getGroups() const { |
| 93 | return _groups; |
| 94 | } |
| 95 | |
| 96 | void AnnotationList::setAnnotations(const std::vector<std::shared_ptr<Annotation> >& annotations) { |
| 97 | this->removeAllAnnotations(); |
no outgoing calls
no test coverage detected