Merge pull request #1363 from Trial97/download_threads
This commit is contained in:
commit
2ff9ef0620
18 changed files with 82 additions and 13 deletions
|
@ -41,7 +41,8 @@ ModUpdateDialog::ModUpdateDialog(QWidget* parent,
|
|||
, m_parent(parent)
|
||||
, m_mod_model(mods)
|
||||
, m_candidates(search_for)
|
||||
, m_second_try_metadata(new ConcurrentTask())
|
||||
, m_second_try_metadata(
|
||||
new ConcurrentTask(nullptr, "Second Metadata Search", APPLICATION->settings()->get("NumberOfConcurrentTasks").toInt()))
|
||||
, m_instance(instance)
|
||||
{
|
||||
ReviewMessageBox::setGeometry(0, 0, 800, 600);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue