fixed stack corruption after refactor?

This commit is contained in:
Hane 2023-09-11 20:37:33 +02:00
commit 6227a366c3
5 changed files with 18 additions and 14 deletions

View file

@ -92,7 +92,7 @@ public:
EndpointWidget(uint64_t idx, EndpointHandler* eph, QWidget *parent = nullptr);
EndpointHandler* getEndpointHandler();
void updateEndpointHandlerFrontIndex(uint64_t index);
void updateFrontIndex(uint64_t index);
void setIndex(uint64_t idx);
uint64_t getIndex();