Separate search's card name matching out from token filter check

* Trying to eventually reuse card name filtering in "create token"
  dialog
This commit is contained in:
Mark McDonald 2016-05-11 21:22:09 -04:00
parent e3fb308ea1
commit d12c86d89c
2 changed files with 5 additions and 1 deletions

View file

@ -61,7 +61,7 @@ public:
protected:
bool lessThan(const QModelIndex &left, const QModelIndex &right) const;
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
bool rowMatchesCardName(CardInfo const *info) const;
bool canFetchMore(const QModelIndex &parent) const;
void fetchMore(const QModelIndex &parent);
private slots: