Skip to content

Handle Qt6 change around enterEvent

Nicolas Fella requested to merge work/enterevent into master

In Qt6 the signature changed from QEvent* to QEnterEvent*.

We can build against both via a using declaration

Merge request reports