Skip to content

qt/qml: Removed property indexesFlat and Implemented QVariant

Ash V requested to merge tvermaashutosh/vlc:Apr18Branch into master
  • qml: Safely removed property bool indexesFlat from DragItem.qml.
  • qt: Implemented QVariant in the getData() method of MLBaseModel. Used QVariant in place of QVector and QModelIndexList, as the correct C++ method overload couldn't be picked by QML. (reference)

Fixes: FIXME, FIXME

Merge request reports