#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

@@ -52,6 +52,7 @@ public:
bool isVisible() const;
void addAnnotation( caf::PdmObject* annotation );
void removeAnnotation( caf::PdmObject* annotation );
std::vector<caf::PdmObject*> annotations() const;
protected: