Gui: add virtual method 'closed' to TaskDialog that is called when deleting a dialog
This commit is contained in:
@@ -651,6 +651,7 @@ void TaskView::removeDialog(void)
|
||||
addTaskWatcher();
|
||||
|
||||
if (remove) {
|
||||
remove->closed();
|
||||
remove->emitDestructionSignal();
|
||||
delete remove;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user