mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 22:03:27 -07:00
parent
24c2f73a9d
commit
1a52368f79
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ bool TransferListSortModel::lessThan(const QModelIndex &left, const QModelIndex
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if ((invalidL == false) && (invalidR == false)) {
|
else if ((invalidL == false) && (invalidR == false)) {
|
||||||
return lowerPositionThan(left, right);
|
return etaL < etaR;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return !invalidL;
|
return !invalidL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue