MCPcopy Create free account
hub / github.com/KDAB/GammaRay / socketError

Method socketError

client/tcpclientdevice.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void TcpClientDevice::socketError()
39{
40 if (m_socket->error() == QAbstractSocket::ConnectionRefusedError)
41 emit transientError();
42 else
43 emit persistentError(m_socket->errorString());
44}

Callers

nothing calls this directly

Calls 2

errorMethod · 0.45
errorStringMethod · 0.45

Tested by

no test coverage detected