mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-09 20:01:08 +00:00
commit
309ae0b4e9
@ -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…
x
Reference in New Issue
Block a user