MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / savePosition

Method savePosition

src/dialogs/FindReplaceDialog.cpp:594–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594void FindReplaceDialog::savePosition()
595{
596 qInfo(Q_FUNC_INFO);
597
598 lastClosedPosition = pos();
599}
600
601void FindReplaceDialog::restorePosition()
602{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected