Merge pull request #8714 from JosJuice/progress-dialog-thread

DolphinQt: Run tasks that use progress dialogs on separate threads
This commit is contained in:
JMC47 2020-04-21 23:59:37 -04:00 committed by GitHub
commit a5bd263dfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 225 additions and 132 deletions

View file

@ -140,10 +140,6 @@ void Host_YieldToUI()
{
}
void Host_UpdateProgressDialog(const char* caption, int position, int total)
{
}
void Host_TitleChanged()
{
}