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

Method Start

Src/OperateDesktop.cpp:381–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381int COperateDesktop::Start()
382{
383 qDebug(log) << Q_FUNC_INFO;
384 int nRet = 0;
385 m_pThread = new CBackendThread(this);
386 if(!m_pThread) {
387 qCritical(log) << "new CBackendThread fail";
388 return -1;
389 }
390
391 m_pThread->start();
392
393 return nRet;
394}
395
396int COperateDesktop::Stop()
397{

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected