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

Method focusIn

src/widgets/QuickFindWidget.cpp:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301void QuickFindWidget::focusIn()
302{
303 ui->lineEdit->selectAll();
304 ui->lblInfo->hide();
305 performNewSearch();
306}
307
308void QuickFindWidget::focusOut()
309{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected