MCPcopy 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
32void 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_clickedMethod · 0.80
StopMethod · 0.80
~CPluginClientThreadMethod · 0.80
StopMethod · 0.80
StopMethod · 0.80
slotStartMethod · 0.80
StopMethod · 0.80
CServiceManagerMethod · 0.80

Calls 1

WakeUpMethod · 0.45

Tested by

no test coverage detected