mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 04:53:54 -07:00
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:
parent
e3fb308ea1
commit
d12c86d89c
2 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue