| 2 | #include "ServiceThread.h" |
| 3 | |
| 4 | CPluginServiceThread::CPluginServiceThread(QObject *parent) |
| 5 | : CPluginService(parent) |
| 6 | {} |
| 7 | |
| 8 | CPluginServiceThread::~CPluginServiceThread() |
| 9 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected