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

Method slotDisconnected

Src/Channel/ICE/Ice.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void CICE::slotDisconnected()
126{
127 CParameterICE* pPara = GetParameter();
128 qInfo(m_Log) << "User" << pPara->getSignalUser()
129 << "is disconnected to signal server:"
130 << pPara->getSignalServer() << ":" << pPara->getSignalPort();
131}
132
133void CICE::slotError(int nError, const QString& szError)
134{

Callers

nothing calls this directly

Calls 1

getSignalPortMethod · 0.80

Tested by

no test coverage detected