Skip to content

quickengine: Emit entryEvent signal with enum which is exposed to QML

Alexander Lohnau requested to merge work/entry_event_qml into master

The EntryInternal class is no QObject which is why we can not use the Q_ENUM annotation there. Without this patch we would have no access from QML to the values of the enum.

This should be fine from an API point of view because 5.81 is not released yet.

Merge request reports