Skip to content

Draft: ResultsModel: add `MimeDataRole` to export mime data as QVariantMap

Fushan Wen requested to merge work/fuf/qml into master

Since Qt 6.5, Drag.mimeData supports QByteArray, QStringList and other various types. Add the role to help port custom drag handlers away.

Merge request reports