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

Method CBackend

Src/Backend.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8static Q_LOGGING_CATEGORY(log, "Operate")
9
10CBackend::CBackend(COperate *pOperate, bool bStopSignal)
11 : QObject() // Because it's in a different thread with pOperate
12 , m_bStopSignal(bStopSignal)
13{
14 qDebug(log) << Q_FUNC_INFO;
15 SetConnect(pOperate);
16}
17
18CBackend::~CBackend()
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected