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

Method Stop

Src/Backend.cpp:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96int CBackend::Stop()
97{
98 qDebug(log) << Q_FUNC_INFO;
99 int nRet = 0;
100 nRet = OnClean();
101 return nRet;
102}
103
104int CBackend::WakeUp()
105{

Callers 7

~CMainWindowMethod · 0.45
foreachFunction · 0.45
StartMethod · 0.45
foreachFunction · 0.45
slotStopMethod · 0.45
mainFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected