mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 19:26:59 +03:00
Fix build error.
This commit is contained in:
parent
927ecc7075
commit
4b48f7b8d9
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ public:
|
|||
|
||||
protected:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue