| 51 | } |
| 52 | |
| 53 | void ChatWidget::focusInEvent(QFocusEvent *event) |
| 54 | { |
| 55 | QQuickWidget::focusInEvent(event); |
| 56 | if (rootObject()) |
| 57 | QMetaObject::invokeMethod(rootObject(), "focusInput"); |
| 58 | } |
| 59 | |
| 60 | void ChatWidget::mousePressEvent(QMouseEvent *event) |
| 61 | { |
nothing calls this directly
no outgoing calls
no test coverage detected