no copies objetos payaso
This commit is contained in:
parent
e61c600019
commit
08a9a76aae
5 changed files with 20 additions and 18 deletions
|
|
@ -24,7 +24,7 @@ QApplication* createApplication(int &argc, char *argv[])
|
|||
int main (int argc, char* argv[]) {
|
||||
//QApplication::setStyle("windowsvista");
|
||||
//INIT CONT
|
||||
std::vector<Endpoint*> epts = OverseerHandler::getOverseer().getPlaybackEndpoints();
|
||||
std::vector<Endpoint*> epts = OverseerHandler::getOverseer()->getPlaybackEndpoints();
|
||||
std::vector<EndpointHandler*>* ephs = new std::vector<EndpointHandler*>;
|
||||
for(unsigned int i = 0; i < epts.size(); i++){
|
||||
EndpointHandler *eph = new EndpointHandler(epts.at(i));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue