mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
commit
309ae0b4e9
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool lessThan(const QModelIndex &left, const QModelIndex &right) const override;
|
bool lessThan(const QModelIndex &left, const QModelIndex &right) const override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
// we added another overload of index(), hence this using directive:
|
||||||
|
using QSortFilterProxyModel::index;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // CATEGORYFILTERPROXYMODEL_H
|
#endif // CATEGORYFILTERPROXYMODEL_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue