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

Method focusOut

src/widgets/QuickFindWidget.cpp:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void QuickFindWidget::focusOut()
309{
310 clearHighlights();
311 clearCachedMatches();
312 hide();
313}
314
315void QuickFindWidget::returnPressed()
316{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected