[KDeclarative] Port away from deprecated QQuickWindow::sendEvent
ClosedPublic

Authored by dfaure on Sep 12 2019, 10:29 AM.

Details

Summary

The code in QQuickWindow::sendEvent doesn't do anything special
for UngrabMouse events, it just calls QCoreApplication::sendEvent
[This code says QGuiApplication::sendEvent everywhere so I used
that for consistency]

Test Plan

Builds

Diff Detail

Repository
R296 KDeclarative
Branch
quickwindow_sendevent (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 16421
Build 16439: arc lint + arc unit
dfaure created this revision.Sep 12 2019, 10:29 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptSep 12 2019, 10:29 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
dfaure requested review of this revision.Sep 12 2019, 10:29 AM
aacid accepted this revision.Sep 13 2019, 9:30 AM
This revision is now accepted and ready to land.Sep 13 2019, 9:30 AM
dfaure closed this revision.Sep 13 2019, 1:03 PM