Gui: add virtual method 'closed' to TaskDialog that is called when deleting a dialog

This commit is contained in:
wmayer
2021-02-05 16:36:19 +01:00
parent f5f1f476f1
commit 8f65602cef
3 changed files with 8 additions and 0 deletions

View File

@@ -651,6 +651,7 @@ void TaskView::removeDialog(void)
addTaskWatcher();
if (remove) {
remove->closed();
remove->emitDestructionSignal();
delete remove;
}