MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / focusInEvent

Method focusInEvent

ChatView/ChatWidget.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void ChatWidget::focusInEvent(QFocusEvent *event)
54{
55 QQuickWidget::focusInEvent(event);
56 if (rootObject())
57 QMetaObject::invokeMethod(rootObject(), "focusInput");
58}
59
60void ChatWidget::mousePressEvent(QMouseEvent *event)
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected