| 133 | } |
| 134 | |
| 135 | void ProgressWidget::leaveEvent(QEvent *event) |
| 136 | { |
| 137 | Q_UNUSED(event); |
| 138 | m_isHovered = false; |
| 139 | setCursor(Qt::ArrowCursor); |
| 140 | update(); |
| 141 | } |
| 142 | |
| 143 | void ProgressWidget::mousePressEvent(QMouseEvent *event) |
| 144 | { |
nothing calls this directly
no outgoing calls
no test coverage detected