Skip to content

qt: support dragging image, audio, video mime types

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/dragdatamimetypes into master

Sometimes the drag event may contain the media content itself. In that case, we can encode the data as base64 and craft a data URL.

Request review @chub.

Merge request reports