mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
parent
a1ee1c0448
commit
f40a36ecb3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue