mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
fixed a deadlock
This commit is contained in:
parent
e361ef5543
commit
6ae1564136
@ -452,7 +452,6 @@ void GUI::displayInfoBarMenu(const QPoint& pos){
|
||||
|
||||
void GUI::sortProgressColumnDelayed() {
|
||||
if(delayedSorting){
|
||||
QMutexLocker lock(&DLListAccess);
|
||||
sortDownloadListFloat(PROGRESS, delayedSortingOrder);
|
||||
qDebug("Delayed sorting of progress column");
|
||||
delayedSorting = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user