| 156 | } |
| 157 | |
| 158 | ProcessRefreshService::~ProcessRefreshService() |
| 159 | { |
| 160 | this->m_workerThread->quit(); |
| 161 | this->m_workerThread->wait(1000); |
| 162 | } |
| 163 | |
| 164 | void ProcessRefreshService::RequestSnapshot(Consumer consumer, quint64 token, const Process::LoadOptions &options) |
| 165 | { |
nothing calls this directly
no outgoing calls
no test coverage detected