mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
- removed a useless sleep()
This commit is contained in:
parent
b63d1f8d11
commit
84fef00349
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue