Skip to content

qt: provide MIME data in DragItem with type "text/uri-list" as per RFC-2483

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

This makes it possible to drag items from media library (when applicable) and playlist to outside the application.

I chose "text/uri-list" mime type, since it provides a convenient way to represent multiple items.

Merge request reports