Skip to content

Change the code so as not to copy a QWheelEvent

Ahmad Samir requested to merge work/ahmad/qevent-copy into master

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

Merge request reports