Skip to content

Commit

Permalink
FlatbufferClient to send register request
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Grey committed Jan 26, 2025
1 parent 975573e commit 54e3eb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libsrc/flatbufserver/FlatBufferServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ void FlatBufferServer::newConnection()
connect(client, &FlatBufferClient::setGlobalInputImage, GlobalSignals::getInstance(), &GlobalSignals::setGlobalImage);
connect(client, &FlatBufferClient::setGlobalInputColor, GlobalSignals::getInstance(), &GlobalSignals::setGlobalColor);
connect(client, &FlatBufferClient::setBufferImage, GlobalSignals::getInstance(), &GlobalSignals::setBufferImage);
connect(GlobalSignals::getInstance(), &GlobalSignals::globalRegRequired, client, &FlatBufferClient::registationRequired);
_openConnections.append(client);
}
else
Expand Down

0 comments on commit 54e3eb2

Please sign in to comment.