mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
Use stable sorting in transfer list
This commit is contained in:
committed by
sledgehammer999
parent
8b91dcedb0
commit
42acc75394
@@ -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