MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onNewConnection

Method onNewConnection

Components/RMSViewer.cpp:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void
191RMSViewer::onNewConnection(void)
192{
193 QTcpSocket *socket;
194
195 while ((socket = this->server.nextPendingConnection()) != nullptr)
196 this->openNewView(socket);
197}
198
199void
200RMSViewer::onToggleListening(void)

Callers

nothing calls this directly

Calls 1

openNewViewMethod · 0.95

Tested by

no test coverage detected