Fix build error.

This commit is contained in:
Eugene Shalygin 2017-05-18 15:16:52 +02:00 committed by sledgehammer999
parent 690db070c7
commit 78c34b948e
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

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