MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / ~CPluginClientThread

Method ~CPluginClientThread

Src/PluginClientThread.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22CPluginClientThread::~CPluginClientThread()
23{
24 qDebug(log) << "CPluginClientThread::~CPluginClientThread";
25 if(m_pThread)
26 m_pThread->quit(); // The don't deleteLater().
27 // because of it is connected finished signal
28}
29
30CConnecter *CPluginClientThread::CreateConnecter(
31 const QString &szProtocol, CParameterClient *para)

Callers

nothing calls this directly

Calls 1

quitMethod · 0.80

Tested by

no test coverage detected