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

Method enterEvent

widgets/CompletionHintWidget.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void CompletionHintWidget::enterEvent(QEnterEvent *event)
52{
53 Q_UNUSED(event);
54 m_isHovered = true;
55 setCursor(Qt::PointingHandCursor);
56 update();
57}
58
59void CompletionHintWidget::leaveEvent(QEvent *event)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected