Change the code so as not to copy a QWheelEvent
Instead check what QApplication::sendEvent() returns directly.
Note that in Qt6, QEvent and its sub-classes can't be copied, instead we'd have to use QEvent::clone().
GIT_SILENT
Instead check what QApplication::sendEvent() returns directly.
Note that in Qt6, QEvent and its sub-classes can't be copied, instead we'd have to use QEvent::clone().
GIT_SILENT