| 210 | } |
| 211 | |
| 212 | void FindReplaceDialog::updateFindList(const QString &text) |
| 213 | { |
| 214 | if (!text.isEmpty()) |
| 215 | updateComboList(ui->comboFind, text); |
| 216 | } |
| 217 | |
| 218 | void FindReplaceDialog::updateReplaceList(const QString &text) |
| 219 | { |
nothing calls this directly
no test coverage detected