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

Method Start

Service/PluginService.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void CPluginService::Start()
54{
55 if(!m_Service)
56 m_Service = QSharedPointer<CService>(NewService());
57 if(m_Service)
58 m_Service->Init();
59}
60
61void CPluginService::Stop()
62{

Callers 1

startMethod · 0.45

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected