| 180 | } |
| 181 | |
| 182 | void FindReplaceDialog::showEvent(QShowEvent *event) |
| 183 | { |
| 184 | qInfo(Q_FUNC_INFO); |
| 185 | |
| 186 | if (!isFirstTime) |
| 187 | restorePosition(); |
| 188 | |
| 189 | isFirstTime = false; |
| 190 | |
| 191 | QDialog::showEvent(event); |
| 192 | } |
| 193 | |
| 194 | void FindReplaceDialog::closeEvent(QCloseEvent *event) |
| 195 | { |
nothing calls this directly
no outgoing calls
no test coverage detected