wip: endpoint add/remove/role change bugfixes

This commit is contained in:
Hane 2024-08-15 18:07:13 +02:00
commit 0bf8b321ae
2 changed files with 30 additions and 26 deletions

View file

@ -200,7 +200,7 @@ private slots:
private:
//std::vector<EndpointHandler*> *ephs;
void flushRoleChanges();
void changeFrontDefaults(Roles role, std::wstring endpointId);
void changeFrontDefaults(Roles role, EndpointWidget* newDef, EndpointWidget* oldDef);
std::vector<EndpointWidget*> ews;
std::vector<std::pair<Roles, std::wstring>> roleBucketList;