Qt: use unique_ptr for Ui objects. Should fix some mem-leaks

This commit is contained in:
Megamouse 2022-06-05 18:53:22 +02:00
parent bb03e17e2d
commit e9ba6fd034
17 changed files with 9 additions and 20 deletions

View file

@ -36,5 +36,4 @@ welcome_dialog::welcome_dialog(std::shared_ptr<gui_settings> gui_settings, QWidg
welcome_dialog::~welcome_dialog()
{
delete ui;
}