qt: fix drag and drop in `CompositorPlatform`
When the parent top-level window receive a drag or drop event, Qt does not propagate the event through the child windows.
All handling is done in QQuickWindow
, so if I manually
forward the events to the quick window, drag and drop
works as expected.
Request review @chub.