wip: setenabled crash to fix
This commit is contained in:
parent
7f05cc09f6
commit
4fc1019409
6 changed files with 111 additions and 17 deletions
|
|
@ -62,8 +62,8 @@ class EndpointWidget : public QWidget {
|
|||
|
||||
public:
|
||||
EndpointWidget(uint64_t idx, EndpointHandler* eph, QWidget *parent = nullptr);
|
||||
//TODO: get();
|
||||
EndpointHandler* eph;
|
||||
|
||||
EndpointHandler* getEndpointHandler();
|
||||
void setIndex(uint64_t idx);
|
||||
uint64_t getIndex();
|
||||
|
||||
|
|
@ -90,6 +90,7 @@ public slots:
|
|||
void updateMute(int checked);
|
||||
|
||||
private:
|
||||
EndpointHandler* eph;
|
||||
size_t defaultRolesVectorSize = 4;
|
||||
QTimer* timer = nullptr;
|
||||
uint64_t idx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue