MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / onClearFilterClicked

Method onClearFilterClicked

ASAP/FilterDockWidget.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void FilterDockWidget::onClearFilterClicked() {
70 emit requestFilterResultClear();
71}
72
73void FilterDockWidget::onFilterParametersChanged() {
74 if (_autoUpdate) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected