| 440 | } |
| 441 | |
| 442 | void GrepOutputView::updateCheckable() |
| 443 | { |
| 444 | if(model()) |
| 445 | model()->makeItemsCheckable(!replacementCombo->currentText().isEmpty() || model()->itemsCheckable()); |
| 446 | } |
| 447 | |
| 448 | void GrepOutputView::clearSearchHistory() |
| 449 | { |
nothing calls this directly
no test coverage detected