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

Method Stop

Service/PluginServiceThread.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void CPluginServiceThread::Stop()
23{
24 if(m_Thread)
25 {
26 m_Thread->quit();
27 }
28}

Callers

nothing calls this directly

Calls 1

quitMethod · 0.80

Tested by

no test coverage detected