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

Method slotError

Src/Channel/ICE/Ice.cpp:133–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void CICE::slotError(int nError, const QString& szError)
134{
135 CParameterICE* pPara = GetParameter();
136 qInfo(m_Log) << "User" << pPara->getSignalUser()
137 << "signal server["
138 << pPara->getSignalServer() << ":" << pPara->getSignalPort()
139 << "] error:" << nError << szError;
140}

Callers

nothing calls this directly

Calls 1

getSignalPortMethod · 0.80

Tested by

no test coverage detected