1#include "PluginServiceThread.h" 
    2#include "ServiceThread.h" 
    4CPluginServiceThread::CPluginServiceThread(QObject *parent)
 
    8CPluginServiceThread::~CPluginServiceThread()
 
   15        m_Thread = QSharedPointer<CServiceThread>(
new CServiceThread(
this, 
this));
 
 
   22void CPluginServiceThread::Stop()
 
virtual void Start() override
Default start a new thread to process Service