forked from dolphin-emu/dolphin
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