Browse Source

Fix build error.

adaptive-webui-19844
Eugene Shalygin 7 years ago
parent
commit
4b48f7b8d9
  1. 4
      src/gui/categoryfilterproxymodel.h

4
src/gui/categoryfilterproxymodel.h

@ -43,6 +43,10 @@ public: @@ -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…
Cancel
Save