Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
void CICE::slotStop()
110
{
111
QSharedPointer<CIceSignal> signal = GetSignal();
112
if(!signal) return;
113
//if(signal->IsConnected())
114
signal->Close();
115
}
116
117
void CICE::slotConnected()
118
{
Callers
2
on_pbConnect_clicked
Method · 0.45
stop
Method · 0.45
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected