mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-29 19:18:42 -07:00
Remove unnecessary semicolon.
This commit is contained in:
parent
83009adbc0
commit
01ddf23745
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ bool TransferListSortModel::lessThan(const QModelIndex &left, const QModelIndex
|
||||||
return QSortFilterProxyModel::lessThan(left, right);
|
return QSortFilterProxyModel::lessThan(left, right);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TransferListSortModel::lowerPositionThan(const QModelIndex &left, const QModelIndex &right) const
|
bool TransferListSortModel::lowerPositionThan(const QModelIndex &left, const QModelIndex &right) const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue