Skip to content

Implement reordering snippets (by drag-n-drop in the tree)

David Faure requested to merge work/dfaure/reorder_snippets into master

Note that changing to MoveAction in dropEvent didn't work because QDrag::exec has its own idea of what the action is, so the removal didn't happen. Better default to move and let people hold Ctrl if they really really want to copy (which is much less common).

Merge request reports

Loading