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

Method leaveEvent

widgets/RefactorWidget.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void CustomSplitterHandle::leaveEvent(QEvent *event)
88{
89 m_hovered = false;
90 update();
91 QSplitterHandle::leaveEvent(event);
92}
93
94CustomSplitter::CustomSplitter(Qt::Orientation orientation, QWidget *parent)
95 : QSplitter(orientation, parent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected