| 299 | } |
| 300 | |
| 301 | void QuickFindWidget::focusIn() |
| 302 | { |
| 303 | ui->lineEdit->selectAll(); |
| 304 | ui->lblInfo->hide(); |
| 305 | performNewSearch(); |
| 306 | } |
| 307 | |
| 308 | void QuickFindWidget::focusOut() |
| 309 | { |
nothing calls this directly
no outgoing calls
no test coverage detected