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

Method prepareSearch

src/widgets/QuickFindWidget.cpp:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void QuickFindWidget::prepareSearch()
296{
297 finder->setSearchText(searchText());
298 finder->setSearchFlags(computeSearchFlags());
299}
300
301void QuickFindWidget::focusIn()
302{

Callers

nothing calls this directly

Calls 2

setSearchTextMethod · 0.80
setSearchFlagsMethod · 0.80

Tested by

no test coverage detected