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 9c9244dfb3
commit 1e7929ba59
3 changed files with 8 additions and 0 deletions

View File

@@ -79,6 +79,11 @@ void TaskDialog::open()
}
void TaskDialog::closed()
{
}
void TaskDialog::clicked(int)
{