wip: endpoint add/remove/role change bugfixes
This commit is contained in:
parent
d4db24ed7d
commit
0bf8b321ae
2 changed files with 30 additions and 26 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue