mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
Qt: use unique_ptr for Ui objects. Should fix some mem-leaks
This commit is contained in:
parent
bb03e17e2d
commit
e9ba6fd034
17 changed files with 9 additions and 20 deletions
|
@ -36,5 +36,4 @@ welcome_dialog::welcome_dialog(std::shared_ptr<gui_settings> gui_settings, QWidg
|
|||
|
||||
welcome_dialog::~welcome_dialog()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue