mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
parent
4b409700b0
commit
b759a71c5d
@ -96,7 +96,7 @@ bool TransferListSortModel::lessThan_impl(const QModelIndex &left, const QModelI
|
||||
|
||||
const auto invokeLessThanForColumn = [this, &left, &right](const int column) -> bool
|
||||
{
|
||||
return lessThan_impl(left.sibling(left.row(), column), right.sibling(left.row(), column));
|
||||
return lessThan_impl(left.sibling(left.row(), column), right.sibling(right.row(), column));
|
||||
};
|
||||
|
||||
const int sortColumn = left.column();
|
||||
|
Loading…
Reference in New Issue
Block a user