mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Fix build error.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user