Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ quit
Method
quit
Src/BackendThread.cpp:32–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void CBackendThread::quit()
33
{
34
qDebug(log) << Q_FUNC_INFO;
35
QThread::quit();
36
if(m_pBackend) {
37
m_pBackend->WakeUp();
38
}
39
}
40
41
/*!
42
* \~chinese
Callers
8
on_pbCancel_clicked
Method · 0.80
Stop
Method · 0.80
~CPluginClientThread
Method · 0.80
Stop
Method · 0.80
Stop
Method · 0.80
slotStart
Method · 0.80
Stop
Method · 0.80
CServiceManager
Method · 0.80
Calls
1
WakeUp
Method · 0.45
Tested by
no test coverage detected