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

Method leaveEvent

widgets/CompletionHintWidget.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void CompletionHintWidget::leaveEvent(QEvent *event)
60{
61 Q_UNUSED(event);
62 m_isHovered = false;
63 setCursor(Qt::ArrowCursor);
64 update();
65}
66
67} // namespace QodeAssist
68

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected