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

Method slotStop

Src/Channel/ICE/Ice.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void CICE::slotStop()
110{
111 QSharedPointer<CIceSignal> signal = GetSignal();
112 if(!signal) return;
113 //if(signal->IsConnected())
114 signal->Close();
115}
116
117void CICE::slotConnected()
118{

Callers 2

on_pbConnect_clickedMethod · 0.45
stopMethod · 0.45

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected