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

Method enterEvent

widgets/RefactorWidget.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void CustomSplitterHandle::enterEvent(QEnterEvent *event)
81{
82 m_hovered = true;
83 update();
84 QSplitterHandle::enterEvent(event);
85}
86
87void CustomSplitterHandle::leaveEvent(QEvent *event)
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected