Skip to content

[WidgetsAskUserActionHandler] Use WarningYesNo for permanently deleting files

Kai Uwe Broulik requested to merge work/kbroulik/askaction-delete-warn into master

and emptying trash. This makes it consistent with JobUiDelegate and communicates the seriousness of this action better.


Emptying trash from places panel now produces the same warning notification as doing so through the toolbar. The former uses AskUserActionInterface:askUserDelete whereas Dolphin uses JobUiDelegate::askDeleteConfirmation ..

Merge request reports