| 592 | } |
| 593 | |
| 594 | void FindReplaceDialog::savePosition() |
| 595 | { |
| 596 | qInfo(Q_FUNC_INFO); |
| 597 | |
| 598 | lastClosedPosition = pos(); |
| 599 | } |
| 600 | |
| 601 | void FindReplaceDialog::restorePosition() |
| 602 | { |
nothing calls this directly
no outgoing calls
no test coverage detected