GH-841 fix for modpack downloads on windows
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
@@ -83,7 +83,7 @@ public:
 | 
			
		||||
	}
 | 
			
		||||
	QStringList getFailedFiles();
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
private slots:
 | 
			
		||||
	void startMoreParts();
 | 
			
		||||
 | 
			
		||||
signals:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user