mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Oops forgot a mutex locker in progress column sorting
This commit is contained in:
parent
dfa9965ed3
commit
e361ef5543
1 changed files with 1 additions and 0 deletions
|
@ -452,6 +452,7 @@ void GUI::displayInfoBarMenu(const QPoint& pos){
|
||||||
|
|
||||||
void GUI::sortProgressColumnDelayed() {
|
void GUI::sortProgressColumnDelayed() {
|
||||||
if(delayedSorting){
|
if(delayedSorting){
|
||||||
|
QMutexLocker lock(&DLListAccess);
|
||||||
sortDownloadListFloat(PROGRESS, delayedSortingOrder);
|
sortDownloadListFloat(PROGRESS, delayedSortingOrder);
|
||||||
qDebug("Delayed sorting of progress column");
|
qDebug("Delayed sorting of progress column");
|
||||||
delayedSorting = false;
|
delayedSorting = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue