Skip to content

Safely end drag if the source data device gets destroyed

Vlad Zahorodnii requested to merge work/end-drag-on-about-to-be-destroyed into master

We cannot end a drag after the destroyed() signal for the source data device is emitted because DataDeviceInterface and its d pointer are gone by that time.

Merge request reports