GH-841 fix for modpack downloads on windows
This commit is contained in:
parent
2eb3ec39bf
commit
eae544f0eb
3 changed files with 5 additions and 3 deletions
|
@ -73,7 +73,8 @@ void NetJob::start()
|
|||
{
|
||||
m_todo.enqueue(i);
|
||||
}
|
||||
startMoreParts();
|
||||
// hack that delays early failures so they can be caught easier
|
||||
QMetaObject::invokeMethod(this, "startMoreParts", Qt::QueuedConnection);
|
||||
}
|
||||
|
||||
void NetJob::startMoreParts()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue