Qt: Add cover downloader

This commit is contained in:
Connor McLaughlin
2022-09-13 20:29:17 +10:00
parent 21b7261dc9
commit 389143db64
11 changed files with 464 additions and 30 deletions

View File

@@ -220,7 +220,7 @@ void GameSummaryWidget::onComputeHashClicked()
QtConcurrent::run([]() { return &GameDatabase::GetTrackHashesMap(); });
#endif
QtProgressCallback progress_callback(this);
QtModalProgressCallback progress_callback(this);
progress_callback.SetProgressRange(image->GetTrackCount());
std::vector<CDImageHasher::Hash> track_hashes;