| 71 | } |
| 72 | |
| 73 | void FilterDockWidget::onFilterParametersChanged() { |
| 74 | if (_autoUpdate) { |
| 75 | emit requestFilterResultUpdate(); |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | void FilterDockWidget::onProcessing() { |
| 80 | if (_progressBar) { |
nothing calls this directly
no outgoing calls
no test coverage detected