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

Method slotError

Src/Channel/ICE/FrmParameterICE.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void CFrmParameterICE::slotError(int nError, const QString& szError)
143{
144 QSharedPointer<CIceSignal> signal = CICE::Instance()->GetSignal();
145 if(signal)
146 SetConnectButton(signal->IsConnected());
147}
148
149void CFrmParameterICE::SetConnectButton(bool bConnected)
150{

Callers

nothing calls this directly

Calls 2

GetSignalMethod · 0.80
IsConnectedMethod · 0.80

Tested by

no test coverage detected