| 53 | } |
| 54 | |
| 55 | void SearchWidget::findPrevNot() { |
| 56 | m_searchMode = PrevNot; |
| 57 | done(m_searchMode); |
| 58 | } |
| 59 | |
| 60 | void SearchWidget::changeInputASCII() { |
| 61 | ui->radioASCII->setChecked(true); |
nothing calls this directly
no outgoing calls
no test coverage detected