TriangleMouseFilter: unconditionally send HoverLeave event without blocking
In Qt6 HoverEnter event is sent before HoverLeave event when mouse cursor moves from one item to another item, so m_interceptedHoverItem is reset before resetTimer can send a HoverEnter event to the new item.