| 81 | } |
| 82 | |
| 83 | void FilterThread::removeFilter() { |
| 84 | stopFilter(); |
| 85 | QMutexLocker locker(&_mutex); |
| 86 | _filterPlugin.reset(); |
| 87 | } |
| 88 | |
| 89 | void FilterThread::stopFilter() { |
| 90 | if (_filterPlugin) { |
nothing calls this directly
no outgoing calls
no test coverage detected