Skip to content

FileUndoManager: use AskUserActionHandler for deletion confirmation

Technically this would break expectations of any code that reimplements UiInterface::confirmDeletion(), no longer called, but nobody was doing that. I wrote UiInterface ages ago so Dolphin could show error messages inline, but confirmDeletion only got there for the unittest.

Merge request reports