mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Use stable sorting in transfer list
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user