mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 04:16:57 +03:00
NOISSUE more NetAction and NetJob cleanups
This commit is contained in:
parent
e1465f4848
commit
1be99b075a
4 changed files with 3 additions and 21 deletions
|
|
@ -83,7 +83,6 @@ void NetJob::setPartProgress(int index, qint64 bytesReceived, qint64 bytesTotal)
|
|||
void NetJob::executeTask()
|
||||
{
|
||||
qDebug() << m_job_name.toLocal8Bit() << " started.";
|
||||
m_running = true;
|
||||
for (int i = 0; i < m_parts.size(); i++)
|
||||
{
|
||||
m_todo.enqueue(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue