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

Method Stop

Src/Terminal/OperateTerminal.cpp:266–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266int COperateTerminal::Stop()
267{
268 qDebug(log) << Q_FUNC_INFO;
269 int nRet = 0;
270 if(m_pThread)
271 {
272 m_pThread->quit();
273 //Don't delete m_pThread, See CBackendThread
274 m_pThread = nullptr;
275 }
276 return nRet;
277}
278
279CParameterTerminalBase* COperateTerminal::GetParameter() const
280{

Callers

nothing calls this directly

Calls 1

quitMethod · 0.80

Tested by

no test coverage detected