#8084 StimPlan Model: Dangling annotations when changing MD

This commit is contained in:
Kristian Bendiksen
2021-10-08 13:10:22 +02:00
parent 296c4e552a
commit 7cf56e1e87
5 changed files with 22 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ public:
bool isActive() const;
void addAnnotation( RimTextAnnotation* annotation );
void removeAnnotation( RimTextAnnotation* annotation );
std::vector<RimTextAnnotation*> textAnnotations() const;