mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
QueueOnObject: accept pointers to member functions
This commit is contained in:
@ -877,7 +877,7 @@ void MainWindow::OnImportNANDBackup()
|
||||
.arg((QDateTime::currentDateTime().toMSecsSinceEpoch() - beginning) / 1000));
|
||||
});
|
||||
});
|
||||
QueueOnObject(dialog, [dialog] { dialog->close(); });
|
||||
QueueOnObject(dialog, &QProgressDialog::close);
|
||||
});
|
||||
|
||||
dialog->exec();
|
||||
|
Reference in New Issue
Block a user