Skip to content

WheelHandler: Add missing interface declaration

ivan tkachenko requested to merge work/ratijas/wheelhandler-interface into master

Fixes MOC complaint:

warning: Class WheelHandler implements the interface QQmlParserStatus but does not list it in Q_INTERFACES. qobject_cast to QQmlParserStatus will not work!

It still somehow worked in QML tho. Not sure if that warning really matters.

Amends 67fd90d1

Merge request reports