mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
minor cleanup
This commit is contained in:
parent
b802526c07
commit
293f23e641
1 changed files with 1 additions and 0 deletions
|
@ -405,6 +405,7 @@ void main_window::OnMissingFw()
|
|||
// So, instead of using Qt::WA_DeleteOnClose attribute, manually delete "mb" by using deleteLater() when the dialog is closed
|
||||
//
|
||||
//mb->setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
||||
connect(mb, &QDialog::finished, this, [mb]()
|
||||
{
|
||||
mb->deleteLater();
|
||||
|
|
Loading…
Add table
Reference in a new issue