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)