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

Method slotDisconnected

Src/Channel/ICE/FrmParameterICE.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void CFrmParameterICE::slotDisconnected()
136{
137 QSharedPointer<CIceSignal> signal = CICE::Instance()->GetSignal();
138 if(signal)
139 SetConnectButton(signal->IsConnected());
140}
141
142void CFrmParameterICE::slotError(int nError, const QString& szError)
143{

Callers

nothing calls this directly

Calls 2

GetSignalMethod · 0.80
IsConnectedMethod · 0.80

Tested by

no test coverage detected