mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
fix #1903
This commit is contained in:
parent
f217551f5f
commit
2a3701b036
4 changed files with 10 additions and 4 deletions
|
|
@ -72,6 +72,7 @@ class TokenDisplayModel : public CardDatabaseDisplayModel {
|
|||
Q_OBJECT
|
||||
public:
|
||||
TokenDisplayModel(QObject *parent = 0);
|
||||
int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
||||
protected:
|
||||
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue