Skip to content

Add source to KDeclarativeMouseEvent

David Edmundson requested to merge work/mouseevent into master

For hover events we don't have an explicit source in the event, but Qt doesn't synthesise them so it's probably safe to assume any event is real.

KDeclarativeMouseEvent is only exposed via QML so we don't need ABI compatiability when the constructor is changed.

See plasma/plasma-desktop!170 (merged)

Merge request reports