MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / handleNewConnection

Method handleNewConnection

tray/application/singleinstance.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void SingleInstance::handleNewConnection()
154{
155 const QLocalSocket *const socket = m_server->nextPendingConnection();
156 connect(socket, &QLocalSocket::readChannelFinished, this, &SingleInstance::readArgs);
157}
158
159void SingleInstance::readArgs()
160{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected