Skip to content

Remove redundant QML_ELEMENT in KDeclarativeMouseEvent and WheelEvent

Joshua Goins requested to merge work/redstrate/fix-registration into master

You can't tell QtQuick that it's a named element and anonymous, it should be one or the other. This removes a runtime warning.

@nicolasfella

Merge request reports