1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-09 20:01:08 +00:00

Merge pull request #6803 from evsh/fix-build

Fix build error.
This commit is contained in:
Eugene Shalygin 2017-05-18 17:35:53 +02:00 committed by GitHub
commit 309ae0b4e9

View File

@ -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