Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QTableView: fix moving rows by drag-n-drop
If we don't set dropEventMoved to true, then QAbstractItemView::startDrag will delete the rows after the move (after QDrag::exec() returns). Fixes: QTBUG-129128 Pick-to: 6.8 6.8.0 Change-Id: I85e7903a12b13c4b73e34fa1fcac56e50f421191 Reviewed-by: Volker Hilsheimer <[email protected]>
- Loading branch information