mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +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
|
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();
|
const int sortColumn = left.column();
|
||||||
|
Loading…
Reference in New Issue
Block a user