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

Method Start

Src/Backend.cpp:84–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84int CBackend::Start()
85{
86 qDebug(log) << Q_FUNC_INFO;
87 int nRet = 0;
88 nRet = static_cast<int>(OnInit());
89 if(nRet < 0) return nRet;
90
91 if(0 == nRet)
92 QTimer::singleShot(0, this, SLOT(slotTimeOut()));
93 return 0;
94}
95
96int CBackend::Stop()
97{

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected