add more handling to ensure that MarkerModel stays up to date with MarkerManager

This commit is contained in:
AdenKoperczak 2024-10-10 08:38:33 -04:00
parent aabf4fcbb0
commit aec937aa97
4 changed files with 38 additions and 0 deletions

View file

@ -39,7 +39,9 @@ public:
public slots:
void HandleMarkersInitialized(size_t count);
void HandleMarkerAdded();
void HandleMarkerChanged(size_t index);
void HandleMarkerRemoved(size_t index);
private: