Get locallab spot name from one source

Fixes #6298.
This commit is contained in:
Lawrence Lee
2021-07-10 09:52:18 -07:00
parent d7f9e1f51c
commit 5a49ea7b8c
7 changed files with 583 additions and 573 deletions

View File

@@ -34,6 +34,7 @@ public:
virtual ~ControlPanelListener() {};
virtual void resetToolMaskView() = 0;
virtual void spotNameChanged(const Glib::ustring &newName) = 0;
};