reverted failed attempt, fixed callback release
This commit is contained in:
parent
a24bba35be
commit
f21619aa1f
7 changed files with 51 additions and 30 deletions
|
|
@ -1,5 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
/* #ifndef QTBLESSED */
|
||||
/* //#define Q_OBJECT */
|
||||
/* class QWidget{}; */
|
||||
/* class QMainWindow{}; */
|
||||
/* #endif */
|
||||
|
||||
/* class EndpointWidget; */
|
||||
|
||||
class Endpoint;
|
||||
class EndpointCallback;
|
||||
class Overseer;
|
||||
|
|
@ -45,7 +53,8 @@ class OverseerHandler {
|
|||
|
||||
public:
|
||||
//OverseerHandler();
|
||||
void setEndpointHandlers(std::vector<EndpointHandler*> ews);
|
||||
void setEndpointHandlers(std::vector<EndpointHandler*> ephs);
|
||||
/* void setEndpointWidgets(std::vector<EndpointWidget*> ews); */
|
||||
std::vector<EndpointHandler*> getEndpointHandlers();
|
||||
std::vector<Endpoint*> getPlaybackEndpoints();
|
||||
uint64_t getPlaybackEndpointsCount();
|
||||
|
|
@ -58,5 +67,5 @@ public:
|
|||
private:
|
||||
static Overseer os;
|
||||
std::vector<EndpointHandler*> endpointHandlers;
|
||||
|
||||
/* std::vector<EndpointWidget*> endpointWidgets; */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue