Skip to content

Fix crash if window is closed when undoing

Akseli Lahtinen requested to merge work/akseli/fix-undo-rename-crash into master

If dolphin is closed when undoing something, this will crash. Set parentWidget as QPointer to avoid crashing: Instead, the undo process gets cancelled gracefully.

BUG:469586

Merge request reports