| 95 | } |
| 96 | |
| 97 | void EFIKeySequenceEdit::focusOutEvent(QFocusEvent *event) |
| 98 | { |
| 99 | if(startKey != -1 && event->reason() != Qt::PopupFocusReason) |
| 100 | finishEditing(); |
| 101 | |
| 102 | return QWidget::focusOutEvent(event); |
| 103 | } |
| 104 | |
| 105 | void EFIKeySequenceEdit::resetState() |
| 106 | { |
nothing calls this directly
no outgoing calls
no test coverage detected