MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / slotError

Method slotError

Src/Channel/Channel.cpp:81–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void CChannel::slotError(QAbstractSocket::SocketError e)
82{
83 QString szError;
84 if(m_pSocket) {
85 szError = m_pSocket->errorString();
86 setErrorString(szError);
87 }
88 // qDebug(log) << "CChannel::slotError()" << e << szError;
89 emit sigError(e, szError);
90}
91
92bool CChannel::open(OpenMode mode)
93{

Callers

nothing calls this directly

Calls 1

errorStringMethod · 0.80

Tested by

no test coverage detected