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

Method replaceString

src/dialogs/FindReplaceDialog.cpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471QString FindReplaceDialog::replaceString()
472{
473 return ui->comboReplace->currentText();
474}
475
476void FindReplaceDialog::setSearchResultsHandler(ISearchResultsHandler *searchResults)
477{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected