| 67 | } |
| 68 | |
| 69 | void FilterDockWidget::onClearFilterClicked() { |
| 70 | emit requestFilterResultClear(); |
| 71 | } |
| 72 | |
| 73 | void FilterDockWidget::onFilterParametersChanged() { |
| 74 | if (_autoUpdate) { |
nothing calls this directly
no outgoing calls
no test coverage detected