mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-04 15:19:47 +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
|
// So, instead of using Qt::WA_DeleteOnClose attribute, manually delete "mb" by using deleteLater() when the dialog is closed
|
||||||
//
|
//
|
||||||
//mb->setAttribute(Qt::WA_DeleteOnClose);
|
//mb->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
|
|
||||||
connect(mb, &QDialog::finished, this, [mb]()
|
connect(mb, &QDialog::finished, this, [mb]()
|
||||||
{
|
{
|
||||||
mb->deleteLater();
|
mb->deleteLater();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue