| 469 | } |
| 470 | |
| 471 | QString FindReplaceDialog::replaceString() |
| 472 | { |
| 473 | return ui->comboReplace->currentText(); |
| 474 | } |
| 475 | |
| 476 | void FindReplaceDialog::setSearchResultsHandler(ISearchResultsHandler *searchResults) |
| 477 | { |
nothing calls this directly
no outgoing calls
no test coverage detected