| 518 | } |
| 519 | |
| 520 | void GrootLineEdit::mouseDoubleClickEvent(QMouseEvent *ev) |
| 521 | { |
| 522 | //QLineEdit::mouseDoubleClickEvent(ev); |
| 523 | emit doubleClicked(); |
| 524 | } |
| 525 | |
| 526 | void GrootLineEdit::focusOutEvent(QFocusEvent *ev) |
| 527 | { |
nothing calls this directly
no outgoing calls
no test coverage detected