| 293 | } |
| 294 | |
| 295 | void QuickFindWidget::prepareSearch() |
| 296 | { |
| 297 | finder->setSearchText(searchText()); |
| 298 | finder->setSearchFlags(computeSearchFlags()); |
| 299 | } |
| 300 | |
| 301 | void QuickFindWidget::focusIn() |
| 302 | { |
nothing calls this directly
no test coverage detected