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

Method slotConnected

Src/Channel/ICE/Ice.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void CICE::slotConnected()
118{
119 CParameterICE* pPara = GetParameter();
120 qInfo(m_Log) << "User" << pPara->getSignalUser()
121 << "is connected to signal server:"
122 << pPara->getSignalServer() << ":" << pPara->getSignalPort();
123}
124
125void CICE::slotDisconnected()
126{

Callers

nothing calls this directly

Calls 1

getSignalPortMethod · 0.80

Tested by

no test coverage detected