MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / focusOutEvent

Method focusOutEvent

src/efikeysequenceedit.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void EFIKeySequenceEdit::focusOutEvent(QFocusEvent *event)
98{
99 if(startKey != -1 && event->reason() != Qt::PopupFocusReason)
100 finishEditing();
101
102 return QWidget::focusOutEvent(event);
103}
104
105void EFIKeySequenceEdit::resetState()
106{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected