| 4194 | } |
| 4195 | |
| 4196 | void EventBrowser::on_HideFind() |
| 4197 | { |
| 4198 | ui->findStrip->hide(); |
| 4199 | |
| 4200 | ui->find->setChecked(false); |
| 4201 | |
| 4202 | m_Model->SetFindText(QString()); |
| 4203 | ui->findEvent->setPalette(palette()); |
| 4204 | } |
| 4205 | |
| 4206 | void EventBrowser::findHighlight_timeout() |
| 4207 | { |
nothing calls this directly
no test coverage detected