mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-03-01 19:36:40 +08: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…
Reference in New Issue
Block a user