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

Method enterEvent

widgets/EditorChatButton.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void EditorChatButton::enterEvent(QEnterEvent *event)
111{
112 m_isHovered = true;
113 update();
114 QWidget::enterEvent(event);
115}
116
117void EditorChatButton::leaveEvent(QEvent *event)
118{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected