| 11 | Q_DECLARE_LOGGING_CATEGORY(Service) |
| 12 | |
| 13 | CService::CService(CPluginService *plugin) : QObject(), |
| 14 | m_pPara(nullptr), |
| 15 | m_pPlugin(plugin) |
| 16 | { |
| 17 | } |
| 18 | |
| 19 | CService::~CService() |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected