| 57 | } |
| 58 | |
| 59 | void CompletionHintWidget::leaveEvent(QEvent *event) |
| 60 | { |
| 61 | Q_UNUSED(event); |
| 62 | m_isHovered = false; |
| 63 | setCursor(Qt::ArrowCursor); |
| 64 | update(); |
| 65 | } |
| 66 | |
| 67 | } // namespace QodeAssist |
| 68 |
nothing calls this directly
no outgoing calls
no test coverage detected