Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/computationalpathologygroup/ASAP
/ removeFilter
Method
removeFilter
ASAP/filters/FilterThread.cpp:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void FilterThread::removeFilter() {
83
stopFilter();
84
QMutexLocker locker(&_mutex);
85
_filterPlugin.reset();
86
}
87
88
void FilterThread::stopFilter() {
89
if (_filterPlugin) {
Callers
1
onChangeCurrentFilter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected