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

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