Implement reordering snippets (by drag-n-drop in the tree)
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).