Updated MarkerModel to update correctly on add/remove

This commit is contained in:
AdenKoperczak 2024-10-06 12:18:22 -04:00
parent 57625b9680
commit 491a33794f
2 changed files with 19 additions and 1 deletions

View file

@ -40,6 +40,7 @@ public:
public slots:
void HandleMarkerAdded();
void HandleMarkerRemoved(size_t index);
private:
class Impl;