Use stable sorting in transfer list

This commit is contained in:
Chocobo1
2021-02-04 14:22:16 +08:00
parent 04275e7d5d
commit ab0e1ec6e8
2 changed files with 54 additions and 142 deletions

View File

@@ -56,7 +56,6 @@ private:
bool lessThan(const QModelIndex &left, const QModelIndex &right) const override;
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const override;
bool matchFilter(int sourceRow, const QModelIndex &sourceParent) const;
bool lessThan_impl(const QModelIndex &left, const QModelIndex &right) const;
TorrentFilter m_filter;
};