| 192 | } |
| 193 | |
| 194 | void FindReplaceDialog::closeEvent(QCloseEvent *event) |
| 195 | { |
| 196 | saveSettings(); |
| 197 | |
| 198 | QDialog::closeEvent(event); |
| 199 | } |
| 200 | |
| 201 | static void updateComboList(QComboBox *comboBox, const QString &text) |
| 202 | { |
nothing calls this directly
no outgoing calls
no test coverage detected