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

Method updateFindList

src/dialogs/FindReplaceDialog.cpp:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void FindReplaceDialog::updateFindList(const QString &text)
213{
214 if (!text.isEmpty())
215 updateComboList(ui->comboFind, text);
216}
217
218void FindReplaceDialog::updateReplaceList(const QString &text)
219{

Callers

nothing calls this directly

Calls 2

updateComboListFunction · 0.85
isEmptyMethod · 0.80

Tested by

no test coverage detected