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

Method findString

src/dialogs/FindReplaceDialog.cpp:466–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466QString FindReplaceDialog::findString()
467{
468 return ui->comboFind->currentText();
469}
470
471QString FindReplaceDialog::replaceString()
472{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected