Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
void CPluginService::Start()
54
{
55
if(!m_Service)
56
m_Service = QSharedPointer<CService>(NewService());
57
if(m_Service)
58
m_Service->Init();
59
}
60
61
void CPluginService::Stop()
62
{
Callers
1
start
Method · 0.45
Calls
1
Init
Method · 0.45
Tested by
no test coverage detected