no copies objetos payaso

This commit is contained in:
Hane 2023-02-11 03:12:45 +01:00
commit 08a9a76aae
5 changed files with 20 additions and 18 deletions

View file

@ -34,7 +34,7 @@ public:
OverseerHandler(QObject *parent = nullptr);
void setEndpointHandlers(std::vector<EndpointHandler*> *ephs);
std::vector<EndpointHandler*>* getEndpointHandlers();
static Overseer getOverseer();
static Overseer* getOverseer();
private:
static Overseer os;