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

Method leaveEvent

widgets/ProgressWidget.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void ProgressWidget::leaveEvent(QEvent *event)
136{
137 Q_UNUSED(event);
138 m_isHovered = false;
139 setCursor(Qt::ArrowCursor);
140 update();
141}
142
143void ProgressWidget::mousePressEvent(QMouseEvent *event)
144{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected