Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.2.0
-
None
Description
Provide QAbstractItemView::mimeData(QString mimeType, QModelIndexList) allowing mimeData for specific types. Currently all mimeData is returned, potentially returning large amounts of data that will never be used.
To add a function like this, we would have to break binary compatability.