mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
- removed a useless sleep()
This commit is contained in:
parent
b63d1f8d11
commit
84fef00349
@ -144,7 +144,6 @@ class downloadThread : public QThread {
|
|||||||
qDebug("In Download thread RUN, mutex unlocked (no urls) -> stopping");
|
qDebug("In Download thread RUN, mutex unlocked (no urls) -> stopping");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
SleeperThread::msleep(500);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user