1#include "PluginThread.h"
2#include "ManageConnect.h"
4#include <QLoggingCategory>
6static Q_LOGGING_CATEGORY(log,
"Client.Plugin.Thread")
12CPluginThread::~CPluginThread()
14 qDebug(log) <<
"CConnecterThread::~CConnecterThread()";
24 qDebug(log) <<
"CConnecterThread::run() start";
35 qDebug(log) <<
"CConnecterThread::run() end";
The connector interface of the plug-in, which is only used by the plug-in.
One thread handles multiple CConnecterConnect.
virtual void run() override
One thread handles multiple CConnecter.